Paketname | libhtml-template-pro-perl |
Beschreibung | Perl module to use HTML Templates from CGI scripts |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.9502-1+squeeze1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 320 Byte |
Hängt ab von | perl (>= 5.10.1-17squeeze2), perlapi-5.10.1, libc6 (>= 2.3), libpcre3 (>= 7.7), libjson-perl (>= 2) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 110052 Byte |
Prüfsumme MD5 | 82794cf06c7985d59716e3f273522341 |
Prüfsumme SHA1 | 7b04211389195a63c0fb96a976533063d2bce6ce |
Prüfsumme SHA256 | 51f6419369f37d756a02172737de0057c40f9bf1b0fa576019cf9fe0393021e8 |
Link zum Herunterladen | libhtml-template-pro-perl_0.9502-1+squeeze1_i386.deb |
Ausführliche Beschreibung | HTML::Template::Pro attempts to make using HTML templates simple and natural.
It extends standard HTML with a few new HTML-esque tags that provide control
structures, such as allowing for simple variable manipulation, looping, file
inclusion and conditionals (if, else, unless).
.
The file written with HTML and these new tags is called a template, which is
usually saved separately from your script. Using this module, you fill in the
values for the variables declared in the template, allowing you to separate
the web site design from the data you generate inside your Perl script.
|