Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Reading file into an array and working with it.by httptech (Chaplain) |
on Jun 25, 2000 at 21:10 UTC ( [id://19757]=note: print w/replies, xml ) | Need Help?? |
What I would do is use Text::CSV to do the actual parsing,
then push each array returned as an array reference onto a
master array of locations:
In Section
Seekers of Perl Wisdom
|
|