in reply to Re: Parsing, tokens and strings
in thread Parsing, tokens and strings

Yes, let someone else write and debug the code.
use Text::ParseWords; my @words = shellwords($_);
{grin}

-- Randal L. Schwartz, Perl hacker