Help for this page
use strict; use Text::CSV_XS; ... while (my $row = $csv_in->getline ($fh)) { $csv_out->print ($out, $row); }