in reply to
Slurp or Read
Personally I quite like:
use File::Slurp; $file = read_file($filename);
[download]
but then, I rarely care about how fast things are. -- Gavin
Comment on
Re: Slurp or Read
Download
Code
In Section
Meditations