ねもぷらす

ふぁいんでぃんぐねもの日記。プログラミングとか育児とか

2005-10-07から1日間の記事一覧

asahi.com: 「生まれた年に万博あったよ」 公式キャラ住民票に行列 - 社会

http://www.asahi.com/national/update/1007/TKY200510060343.html住民票の意味がわかりません…何のために住民票定義するの?

Template-ToolKit ではろーわーるど

test.pl #!/usr/local/bin/perl -w use warnings; use strict; use Template; eval{ ## Template-ToolKit my $ttConfig = { INCLUDE_PATH => './' }; my $tt = Template->new( $ttConfig ); my $output; my $param = { message => 'hello!' , test => 'world…