in reply to In need of a stupid regex trick

use Text::ParseWords; @list = shellwords($string);


Who is Kayser Söze?
Code is (almost) always untested.