in reply to
reading file into an array
my @array = <FILE>;
would be what you were aiming at.
Comment on
Re: reading file into an array
Download
Code
In Section
Seekers of Perl Wisdom