in reply to Need help to parse a csv file

Given the quest, you probably want DBD::CSV, which uses Text::CSV_XS in the background.

Read about DBI before proceeding. But be glad you did: it is the most often used interface to data collections in the perl world.


Enjoy, Have FUN! H.Merijn