in reply to Re: Re: Parsing, tokens and stringsin thread Parsing, tokens and strings
my @words = grep defined, /"([^"]*)"|'([^']*)'|(\S+)/g; [download]
-- Randal L. Schwartz, Perl hacker