From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> There's also the procedure in Mastering Regular Expressions:
> (lifted from The Perl Cookbook)
>
> [CODE FOLLOWS]
snip
> [END OF CODE]
> The assumption is the text based fields are enclosed in
> quotes (like your example)
As a matter of interest, it also assume that the quoted fields do
not have embedded newlines. It is perfectly possible for CSV files
generated by Excel to contain embedded newlines, and DBI::CSV (via
Text::CSV_XS) handles this admirably
Regards
Grant
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]