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


in reply to Re: perl parsing
in thread perl parsing

There's also File::Slurp, which is quite useful if you want to read an entire file in one go:

use File::Slurp; my @file = read_file('text.txt');