in reply to Help with CSV file parsing
You'll want the dbh->quote() method: http://search.cpan.org/~timb/DBI-1.607/DBI.pm#quote$var1 = 'a, a"s"d, 123'; @arr = split(/,/, $var1); print "@arr\n";
Cheers
Chris
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help with CSV file parsing
by NOTSomebody (Initiate) on Aug 05, 2008 at 08:15 UTC |