On Fri, Oct 26, 2001 at 06:43:19PM -0400, Aaron Sherman wrote:
> On Sat, Oct 27, 2001 at 08:09:57AM +1000, Damian Conway wrote:
> 
>       * If $.foo is "like" the Perl5 $self->{foo}, how do I do
>         the Perl5 $self->foo?

.foo duh.

I'm, losing my mind. I was seeing:

        "$self->{foo}" =~ s/self\W*(\w+)\W*/\.$1/;

And saw a conflict, missing the idea of losing the $

>       * Is "foo" in this context an auto-quoted key, or an
>         actual entry in the namespace? I ask because I'm
>         trying to find out how this interacts with Perl's
>         (un)reserved words.
> 
>               print $.if 1; # comes to mind

That one still bothers me.

-- 
Aaron Sherman
[EMAIL PROTECTED]             finger [EMAIL PROTECTED] for GPG info. Fingerprint:
www.ajs.com/~ajs        6DC1 F67A B9FB 2FBA D04C  619E FC35 5713 2676 CEAF
  "Write your letters in the sand for the day I'll take your hand
   In the land that our grandchildren knew." -Queen/_'39_

Reply via email to