http://qs1969.pair.com?node_id=415644

samgold has asked for the wisdom of the Perl Monks concerning the following question:

Hey Monks,

I am loading a lot of csv files into our database. My question is, what is the best way to do it? Currently I am using Text::ParseWords for the csv files and DBI for my database. I have never used DBI::CSV or Text::csv and not sure which I should use. If there are any other options please let me know.

Thanks,
Sam

Update: What about Text::CSV::Simple?