# get the 4th column my @column = map { $_->[3] } @{$csv->getline_all ($fh)}; [download]
In reply to Re: Extract a column of csv by Tux in thread Extract a column of csv by Anonymous Monk