> Date: Fri, 06 Dec 2002 11:15:20 -0800
> From: Larry Wall <[EMAIL PROTECTED]>
>
> As for constructor syntax, I suppose we might make use of the $. notation
> like this:
>
> method new($.name, $.age) {
> return $class.bless;
> }Come to think of it, new is a class method, not an object method. How is that specified again? Is there going to be sugar to blur that distinction for constructors? Luke
