in reply to
Convert a string to an array?
Try looking at
Text::CSV_XS
. It does all the parsing you want, and more.
-pete
"Worry is like a rocking chair. It gives you something to do, but it doesn't get you anywhere."
Comment on
Re: Convert a string to an array?
In Section
Seekers of Perl Wisdom