自分用にメモ。Template-Toolkitのシンプルな使い方雛形。
use Template;
my $tt = Template->new;
my $template = <<"EOF";
template text
EOF
$tt->process(\$template,{prop=>\prop,array=>\@array})
|| die $tt>error(), "\n";
« Geo::Coder::YahooJapan + Google Maps | メイン | Net::Amazonのキャッシュ機能 »
自分用にメモ。Template-Toolkitのシンプルな使い方雛形。
use Template;
my $tt = Template->new;
my $template = <<"EOF";
template text
EOF
$tt->process(\$template,{prop=>\prop,array=>\@array})
|| die $tt>error(), "\n";
このエントリーのトラックバックURL:
http://yusukebe.com/mt/mt-tb.cgi/1953