I don't know what the source of the problem is, but I'm posting to note that the Issues link from the CPAN page is broken. I was impressed to see that there was only one issue, and wanted to check out what it might be.
And also, I use Text::CCSV in my current work, and it's awesome to use. I had been using just
print { $csv_files{$table} } join( ',', @{ $data{$table} } ) . "\n";
but replaced that with
$csv_obj->print ( $csv_files{$table}, $data{$table} );
and it was delightful to look at the result, and see that the data files looked almost exactly the same -- except just a few of the strings were quoted. So beautiful.
Alex / talexb / Toronto
As of June 2025, Groklaw is back! This site was a really valuable resource in the now ancient fight between SCO and Linux. As it turned out, SCO was all hat and no cattle.Thanks to PJ for all her work, we owe her so much. RIP -- 2003 to 2013.