in reply to
newbie split question
Taken from "perl cookbook", use Text::ParseWords; sub parse_csv { return quotewords(",",0, $_[0]; }
Comment on
Re: newbie split question
In Section
Seekers of Perl Wisdom