Pakket: libhtml-template-perl (2.8-1)
Verwijzigingen voor libhtml-template-perl
Ubuntu bronnen:
Het bronpakket libhtml-template-perl downloaden:
- [libhtml-template-perl_2.8-1.dsc]
- [libhtml-template-perl_2.8.orig.tar.gz]
- [libhtml-template-perl_2.8-1.diff.gz]
Beheerder:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Florian Ernst
It should generally not be necessary for users to contact the original maintainer.
Vergelijkbare pakketten:
HTML::Template : A module for using HTML Templates with Perl
This module attempts make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>, <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. 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.
This module allows you to store its cache in shared memory using the IPC::SharedCache module, please install libipc-sharedcache-perl if you want to make use of this.
Homepage: http://search.cpan.org/~samtregar/HTML-Template-2.7/
Andere aan libhtml-template-perl gerelateerde pakketten
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practische Extractie en Reportage Taal
-
- sug: libipc-sharedcache-perl
- perl IPC::SharedCache - manage a cache in SysV IPC shared memory