Help for this page

Select Code to Download


  1. or download this
    2007-05-07  H.Merijn Brand   <h.m.brand@xs4all.nl> (0.25)
    
    ...
            - Changed the tests to use the accessors instead of the hash k
    +eys
              except for the ->{types} and ->{_types}
            - Moved test.pl to examples/speed.pl
    
  2. or download this
                $csv = Text::CSV_XS->new ();
    
    ...
                 my $err = $csv->error_input;
                 print "parse () failed on argument: ", $err, "\n";
                 }