Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        die("Error parsing CSV file '$file': ", $csv->error_diag, "\n")
            if $csv->error_diag and not $csv->eof;
    }