in reply to Re: Extract a column of csv
in thread Extract a column of csv
but it gives an error "can't call getline on an unidentified valuemy $in_file = 'C:\Documents and Settings\x0199665\My Documents\coll\t +gb.csv'; # open my $fh, '<', $in_file or die "could not open $in_file: $!\n"; my @column = map { $_->[4] } @{$csv->getline_all ($fh)};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Extract a column of csv
by Tux (Canon) on Jun 26, 2013 at 14:13 UTC |