パッケージ: 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 作の実用的な抽出とレポート用の言語
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- sug: libipc-sharedcache-perl
- module to manage a cache in SysV IPC shared memory