Perl日記

日々の知ったことのメモなどです。Perlは最近やってないです。

2010-06-08から1日間の記事一覧

fat comma使うと綺麗に見えた

以下。 bless $argv => __PACKAGE__; binmode $fh => ':utf8'; my @grep = grep /abc/ => @poems; my $index = index $str => $search; my $join = join ' & ' => @words; push @array => $pushed; my ($first, $second, $third) = unpack('AAA' => 'MIX'); …