On 5/30/06, Michael Mathews <[EMAIL PROTECTED]> wrote:
I see now that those pointy braces take their contents literally, so
literally a key whith the characters "dollar, en". Not what I meant at
all! Thanks for the help.

The construct you're looking for is

 %q«$n»

which may also be written

 %q<<$n>>

if you can't type the first kind. The double-angles permit
interpolation, by analogy to double quotes.


Stuart

Reply via email to