* Template [#sefb1cf4]

** ループ [#g0158eb8]
 [% FOREACH i IN items %]
    [% i %]
 [% END %]

http://search.cpan.org/perldoc?Template::Manual::Directives

** フィルター [#dbda4fdd]
改行コードをBRタグへ ~
 <p>[% bar | html_line_break %]</p>

*** 参考 [#m48e15c0]
http://search.cpan.org/perldoc?Template::Filters

** コメント [#p71faad4]
 [% # this is a comment to the end of line
    foo = 'bar'
 %]
 
 [%# placing the '#' immediately inside the directive
     tag comments out the entire directive
 %]
http://search.cpan.org/perldoc?Template


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS