in reply to Re: Parsing a string
in thread Parsing a string
I'd think of Text::CSV_XS :) At best, Text::CSV is a needless intermediary.
(Upd: To clarify, using Text::CSV might be wiser if you're distributing a non-XS module or application, but for your own code, it can only introduce problems. )
|
|---|