软件包: libhtml-template-perl (2.97-1)
libhtml-template-perl 的相关链接
Trisquel 的资源:
下载源码包 libhtml-template-perl:
- [libhtml-template-perl_2.97-1.dsc]
- [libhtml-template-perl_2.97.orig.tar.gz]
- [libhtml-template-perl_2.97-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Florian Schlichting
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module for using HTML templates with Perl
HTML::Template attempts to make using HTML templates simple and natural. It extends standard HTML with the pseudo tags <TMPL_VAR>, <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. These are used to implement some basic logic - variable substitution, loops, conditional branches - inside the HTML template, while leaving the more complex computations to separate Perl code. This keeps the template accessible for designers and other non-Perl people, without limiting the programmer.
HTML::Template optionally stores its cache in shared memory using the IPC::SharedCache module. Please install libipc-sharedcache-perl and pass the shared_cache option to HTML::Template if you want to make use of this.
其他与 libhtml-template-perl 有关的软件包
|
|
|
-
- dep: libcgi-pm-perl
- module for Common Gateway Interface applications
- 或者 perl (<< 5.19)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: libipc-sharedcache-perl
- module to manage a cache in SysV IPC shared memory