in reply to Re: How to print after using getline_hr (Text::CSV_XS)?in thread How to print after using getline_hr (Text::CSV_XS)?
my @columns = @{$csv->getline (*DATA)}; $csv->print (*STDOUT, \@columns); [download]