in reply to Re: Parsing, tokens and stringsin thread Parsing, tokens and strings
use Text::ParseWords; my @words = shellwords($_); [download]
-- Randal L. Schwartz, Perl hacker