perl.com: Simple IO Handling with IO::All [Mar. 11, 2004]
One of my favorite things about Perl is how flexible it is. When I don't like something about the language, I don't let it get me down. I just change the language!
おー、なんかすごい。operator overloading とか使ってるのかな。
io($file) > $string;
$data >> $string;
こんな感じ。