Help for this page

Select Code to Download


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