揮発性のメモ2

http://d.hatena.ne.jp/iww/

2008-07-30から1日間の記事一覧

実行結果を配列に入れる

@hoge = `ls`; foreach $l (@hoge) { chop $l; print "'$l'\n"; }