Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            print Dumper($line)."\r\n";
    }
    close($handle);
    
  2. or download this
    $ cat test.csv
    this,is,a
    test,of,the
    csv,parser,logic
    
  3. or download this
    $ ./csv_test.pl test.csv
    $VAR1 = [
    ...
            ];
    
    # CSV_XS ERROR: 2014 - ENF - Inconsistent number of fields @ rec 4 pos
    + 1