Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $csv->column_names ($csv->getline ($fh));
    my $data = $csv->getline_hr_all ($fh);
    close ($fh);