Jonathan Scott Duff wrote:

> But no $ for the keys of %ws.
> 
>         %ws {
>             print ^height;      # prints $ws{height}
>             print $height;      # prints $height
>         }

I'm thinking that ^name is short for $^name is short for ${^name}
and the longer version is what you have to use inside qq//.

That goes for all the other proposed hat variables too, whatever
they mean.  So you can tell there's something funny about them,
but you have to get to the second char in the expression to see it.



-- 
                          David Nicol 816.235.1187 [EMAIL PROTECTED]
                      Does despair.com sell a discordian calendar?

Reply via email to