On Wed, Aug 10, 2011 at 4:04 AM, Rob Coops <rco...@gmail.com> wrote:
> #!/usr/bin/perl
>
> use strict;
> use warnings;
> use File::Slurp; # A handy module check it out at:
> http://search.cpan.org/~uri/File-Slurp-9999.19/lib/File/Slurp.pm

While handy, be aware that you are slurping the entire file into
memory, so just be careful if you're going to be processing huge
files.

Kevin.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to