| Name : libhtml-template-perl
| |
| Version : 2.5.2
| Vendor : MandrakeSoft
|
| Release : 1mdk
| Date : 2002-08-27 22:08:03
|
| Group : Development/Perl
| Source RPM : libhtml-template-perl-2.5.2-1mdk.src.rpm
|
| Size : 0.13 MB
| |
| Packager : Olivier Thauvin < thauvin_aerov_jussieu_fr>
| |
| Summary : Making HTML template for perl script
|
Description :
This module attempts make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - , , , and . The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script.
|