Multiline Workarounds For CSV.pm (http://rath.ca/)

This tar archive contains two workarounds to CSV.pm's inability to
cope with CSV fields containing multiline data:
     multiline-csv.pl -- submission by David Crooke that works by 
         monitoring quotation marks and figures out which fields 
         contain mutliline data
     multiline-snippet.pl -- submission by Dave Stafford that works
         by counting the number of fields in a record; where a 
         record is missing fields the code assumes a multiline 
         field is present
