"Dave Sparrow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > Take a look at Text::CSV or Text::CSV_XS
> Ah, but here's the kicker...
> Most people who I will give this script to will be running Perl 5.6 and
WILL
> NOT have the ability to use any external modules, even those such as 'use
> strict' !

Uh, why dont you bundle Text::CSV and its supporting files (if it has any)
with your code?

Why dont you look in Text::CSV and see how it parses csv format?

Be sure to check the license if you go with the former option....

I just checked the source:

http://search.cpan.org/src/ALANCITT/Text-CSV-0.01/CSV.pm

All perl, self contained module, and open source license.

Todd W.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to