in reply to Re:x2 qw "$string $string" doesn't interpolate (qqw anyone?)
in thread qw "$string $string" doesn't interpolate

I was just about to post the same question, and I see the question has already been asked.

qqw needs to be part of the core, IMHO. It would also function (via accidential TIMTOWTDI-ness) as a split on space delimited strings... @tokens = qqw/$foo/;