http://qs321.pair.com?node_id=122636


in reply to Slurp or Read

Personally I quite like:
use File::Slurp; $file = read_file($filename);
but then, I rarely care about how fast things are. -- Gavin