P.S. Please use <code>...</code> tags so your code is more legible.my $csv = Text::CSV->new ({ binary => 1, eol => $/ }); open my $io, "<", $file or die "$file: $!"; while (my $row = $csv->getline ($io)) { my @fields = @$row; }
In reply to Re: Need help with arrays and CSVs
by jZed
in thread Need help with arrays and CSVs
by trey5498
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |