in reply to Re: Optimizing existing Perl code (in practise)in thread Optimizing existing Perl code (in practise)
use File::Slurp; my $text = read_file($filename); [download]
-- Ilya Martynov (http://martynov.org/)