Drkcore
11
10
2007
perl
Tweet
perlでλ
謎のモジュールがあがってた。
my $code = sub {...};
を
my $code = λ{...};
と書ける。
lambda