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