Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-CGI-FastTemplate | Distribution: OpenMandriva Lx |
Version: 1.90.0 | Vendor: OpenMandriva |
Release: 5 | Build date: Mon Mar 25 18:50:12 2019 |
Group: Development/Perl | Build host: synquacer3.openmandriva.org |
Size: 44433 | Source RPM: perl-CGI-FastTemplate-1.90.0-5.src.rpm |
Packager: bero <bero@lindev.ch> | |
Url: http://search.cpan.org/dist/CGI-FastTemplate | |
Summary: Perl extension for managing templates, and performing variable interpolation |
What is a template? A template is a text file with variables in it. When a template is parsed, the variables are interpolated to text. (The text can be a few bytes or a few hundred kilobytes.) Here is a simple template with one variable ('$NAME'): Hello $NAME. How are you? When are templates useful? Templates are very useful for CGI programming, because adding HTML to your perl code clutters your code and forces you to do any HTML modifications. By putting all of your HTML in separate template files, you can let a graphic or interface designer change the look of your application without having to bug you, or let them muck around in your perl code. There are other templating modules on CPAN, what makes FastTemplate different? CGI::FastTemplate has the following attributes: - Speed - Efficiency - Flexibility
GPL+ or Artistic
/usr/share/doc/perl-CGI-FastTemplate /usr/share/doc/perl-CGI-FastTemplate/README /usr/share/doc/perl-CGI-FastTemplate/templates /usr/share/doc/perl-CGI-FastTemplate/templates/all.tpl /usr/share/doc/perl-CGI-FastTemplate/templates/row.tpl /usr/share/man/man3/CGI::FastTemplate.3pm.xz /usr/share/perl5/vendor_perl/CGI /usr/share/perl5/vendor_perl/CGI/FastTemplate.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 17 23:12:08 2024