in reply to In need of a stupid regex trick
use Text::ParseWords; @list = shellwords($string); [download]