in reply to Anything that is not ',' except .... RegEx question
I am working with a CSV file. However I am not sure if the CSV modules suggested below would get around the problem of commas existing where they shouldn't.
Why don't you at least try it, then? There's a good chance it will make you problem a lot simpler (because parsing CSV properly is harder than it looks), and in either case, you'll have learned something about the problem and about Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Anything that is not ',' except .... RegEx question
by Fletch (Bishop) on Feb 27, 2008 at 15:06 UTC |