[Dev] perl: how to parse quoted comma separated values?

M. Mueller/bhu5nji dev@trilug.org
Mon, 14 Jan 2002 07:32:01 -0500


> For a particular task, I need to parse in records from a CSV
> (comma-separated values) file using perl.  

I've been getting some phenomenal productivity using Python.  I had to make a 
choice between PERL and Python a month ago.  From a Python perspective you 
can get things like this:

http://object-craft.com.au/projects/csv/

Mike