http://qs321.pair.com?node_id=890953


in reply to Writing to csv file

If you have a copy of the Perl CookBook by O'Reilly there is a bit about parsing CSV data in Section 1.15, which would be worth reading. This suggests using Text::ParseWords

Replies are listed 'Best First'.
Re^2: Writing to csv file
by bart (Canon) on Mar 02, 2011 at 12:09 UTC
    He's not parsing CSV, he's generating it.