2009/09/16(水)日記のタイトル 2015/07/19 07:06 未分類 タイトル 箇条書き1 箇条書き2 use strict; use warnings; foreach ( qw(a b c) ) { print $_,"\n"; }