| Paketname | libhtml-template-perl |
| Beschreibung | module for using HTML Templates with Perl |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 2.9-2 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 204 Byte |
| Hängt ab von | perl |
| Empfohlene Pakete | |
| Paketbetreuer | Florian Ernst |
| Quelle | |
| Paketgröße | 65946 Byte |
| Prüfsumme MD5 | 2b017fbc2c5e70934432f16e2c5950a7 |
| Prüfsumme SHA1 | ad15e8e5d09d46f50a074f16367e7d361ea6f0f3 |
| Prüfsumme SHA256 | d1e5f8b91e69cb9aab4db4d0cbde286ee75dff50204c634310dad614c2edd88f |
| Link zum Herunterladen | libhtml-template-perl_2.9-2_all.deb |
| Ausführliche Beschreibung | HTML::Template 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.
.
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.
|