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
Comment on
Re: Writing to csv file
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.
[reply]
In Section
Seekers of Perl Wisdom