http://qs321.pair.com?node_id=119726


in reply to Re: Re: Help with Text::ParseWords
in thread Help with Text::ParseWords

If you are unconcerned about escaped quotes ("George \"The Man\" Washington") a quick way would be to set $keep to 1
&quotewords('\s+', 1, $_);
and then split on quotes.