my @final = map { chomp; [split /,/] } <INFILE>; [download]
-- Randal L. Schwartz, Perl hacker
In reply to Re: Text file to a 2D array by merlyn in thread Text file to a 2D array by Mission