Help for this page
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
$csv = Text::CSV_XS->new (); ... my $err = $csv->error_input; print "parse () failed on argument: ", $err, "\n"; }