in reply to Re: Question about parsing columns when using Text::CSV
in thread Question about parsing columns when using Text::CSV

An example of how to parse a csv (comma separated values) file is at http://www.biterscripting.com/Download/SS_CSV.txt . I have been using it. Seems good. Their scripts are open source and free at http://biterscripting.com . Don't even have to provide an email.
  • Comment on Re^2: Question about parsing columns when using Text::CSV