- バックアップ一覧
- ソース を表示
- Perl/モジュール/Template は削除されています。
- 1 (2008-06-10 (火) 21:05:10)
- 2 (2008-06-10 (火) 21:12:56)
- 3 (2008-06-16 (月) 03:49:15)
- 4 (2008-10-22 (水) 07:34:06)
Template
ループ
[% FOREACH i IN items %] [% i %] [% END %]
http://search.cpan.org/perldoc?Template::Manual::Directives
フィルター
改行コードをBRタグへ
<p>[% bar | html_line_break %]</p>
参考
http://search.cpan.org/perldoc?Template::Filters
コメント
[% # this is a comment to the end of line foo = 'bar' %] [%# placing the '#' immediately inside the directive tag comments out the entire directive %]