in reply to Inserting CSV Into DB w/o CSV Modules

If you can't install extra modules, then you can always fall back onto using the Text::ParseWords module which is a standard part of the Perl distribution and makes of good job of parsing most CSV files.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re: Inserting CSV Into DB w/o CSV Modules