in reply to Re: qw "$string $string" doesn't interpolate
in thread qw "$string $string" doesn't interpolate
So q, qq, qx, and qw aren't captured in the structure that Deparse operates on. You could almost say they were source filters. Which is efficient, but not what I was hoping for.
So getting qw"$string" to interpolate doesn't look like an oversight, it's a result of the implementation. I can't see a good reason to change it, given there's a work around for my "problem" [laziness], and existing code could break.
[Makes me wonder how many qw"$string" occurrences there are in existing code?]
Thanks,
-QM
--
Quantum Mechanics: The dreams stuff is made of
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: qw "$string $string" doesn't interpolate
by Juerd (Abbot) on Jun 14, 2004 at 20:29 UTC |