2007-06-26 Perl6のチカラ perl ファイルからテキストを丸呑みする際にはPerl6から提供されるslurp関数を使う use Perl6::Slurp; my $text = slurp $file_handle;これでok