| Paketname | libhtml-template-perl |
| Beschreibung | HTML::Template : A module for using HTML Templates with Perl |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
| Version | 2.9-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 208 Byte |
| Hängt ab von | perl (>= 5.6.0-16) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Core Developers |
| Quelle | |
| Paketgröße | 65766 Byte |
| Prüfsumme MD5 | def896099f12ecef5384caf5ab83da7c |
| Prüfsumme SHA1 | 365102a5294317b3707fa2753315f09ca6846d29 |
| Prüfsumme SHA256 | 00fd3432d2b512031ace4bb78f0a68b14cc3167c30f719dca1c4594c92dba015 |
| Link zum Herunterladen | libhtml-template-perl_2.9-1_all.deb |
| Ausführliche Beschreibung | 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.
.
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/
|