2006-05-11 ========== 今日のぺるる $_ の続き。 ------------------------- Reference URI: http://lowreal.net/logs/2006/05/11/2 Written Time: 2006-05-11T10:50:40+09:00 Tags: perl prog my @a = ("a", "b", "c");for (@a) { for (@a) { print $_; } print " \n $_\n";}__END__abc aabc babc cちゃんとブロックローカル (?) だった。