in reply to Re:x2 qw "$string $string" doesn't interpolate (qqw anyone?)
in thread qw "$string $string" doesn't interpolate
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/;
|
|---|