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?
- Re: pascal-like "with" was Re: Default... Dave Storrs
- Re: pascal-like "with" was Re: Def... John Porter
- Re: pascal-like "with" was Re:... Johan Vromans
- Re: pascal-like "with" was Re:... Dave Storrs
- Re: pascal-like "with" was Re: Default fileh... Clayton Scott
- Re: pascal-like "with" was Re: Default ... Dave Storrs
- implied pascal-like "with" or "express&... David L. Nicol
- Re: implied pascal-like "with" or "... Jeremy Howard
- Re: implied pascal-like "with" or &... David L. Nicol
- Re: implied pascal-like "with" ... Jonathan Scott Duff
- Re: implied pascal-like "with&qu... David L. Nicol
- Re: implied pascal-like "with&qu... Dave Storrs
- Re: implied pascal-like "wi... Brian Wheeler
- Re: implied pascal-like "wi... Jonathan Scott Duff
- Re: implied pascal-like "wi... Dave Storrs
- PROTOPROPOSAL FOR NEW BACKSLASH ... David L. Nicol
- Re: implied pascal-like "wi... Ken Fox
- Re: implied pascal-like "wi... Jeremy Howard
- Re: implied pascal-like "wi... David L. Nicol
- Re: implied pascal-like "wi... Ken Fox
- Re: implied pascal-like "with" ... Damian Conway