套件:libhtml-template-perl(2.97-1.1)
libhtml-template-perl 的相關連結
Debian 的資源:
下載原始碼套件 libhtml-template-perl:
- [libhtml-template-perl_2.97-1.1.dsc]
- [libhtml-template-perl_2.97.orig.tar.gz]
- [libhtml-template-perl_2.97-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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