A while back, I wrote this wee module for myself, called opens.pm.
And for something that strikes me as a moderately bad idea (because you can't "do everything" with it), I'm sure using it an awful lot.
In fact, just today I wrote:
$_ = do { local $/; readline ropen "thingamawhoozits.html" };
to pull in a whole file.
Think I should put it in CPAN?
Slurp (Score:1)
Re:Slurp (Score:1)