in reply to Script Hanging w/Data::Dumper and Text::CSV_XS
if($csv->parse($line)){ ... } else { die $csv->error_input }
BTW, if this is a CGI, did you print the content-header someplace else? Because if you didn't, trying to print the Dumper without a content header will not do what you want.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Script Hanging w/Data::Dumper and Text::CSV_XS
by Fletch (Bishop) on Nov 11, 2004 at 00:43 UTC | |
|
Re^2: Script Hanging w/Data::Dumper and Text::CSV_XS
by saberworks (Curate) on Nov 11, 2004 at 00:59 UTC |