On Friday, October 11, 2002, at 04:11  PM, Larry Wall wrote:
>       has Nose $.snout;
>       has Ear  @.ears is cut("long");
>       has Leg  @.legs;
>       has Tail $.tail is cut("short");
>
>       method Wag () {...}
>     }

What's the rationale again for the dot in $.snout?  Does it imply that 
it should be

        method .Wag () {...}

to match?

MikeL

Reply via email to