Perl-CGI-FastTemplate 1.09 - Perl extension for managing templates, and performing variable interpolation.[ perl-CGI-FastTemplate-1.09-6mdv2007.0.noarch.rpm - contrib ] Build by Guillaume Rousseon Monday, August 28th 2006. http://search.cpan.org/dist/cgi-fasttemplate
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.
Licence : GPL or Artistic
OS : Linux Arch : noarch Version : 1.09 release 6mdv2007.0
|