On Wed, Jun 2, 2010 at 4:29 PM, Dave Hodgkinson <davehodg at gmail.com> wrote: > On 2 Jun 2010, at 21:38, Egor Shipovalov wrote: >> use File::Slurp; > > This is the start of most scripts I've been writing recently. I dumped this since I started using Path::Class all the time. my $content = file("something")->slurp Mark.