On Thu, Aug 11, 2005 at 08:53:47PM +1000, Stuart Cook wrote:
> On 11/08/05, Brent 'Dax' Royal-Gordon <[EMAIL PROTECTED]> wrote:
> > One that you missed was that this syntax:
> > 
> >    my Dog $spot .=new();
> > 
> > Falls out of it quite naturally.
> 
> Actually I tried to mention that indirectly, but I'm glad you
> explicitly mentioned it.

What about this?

    my $spot = Dog;
    defined($spot);     # false!?
    $spot .= new;       # instantiated?

Thanks,
/Autrijus/

Attachment: pgpCO7fYWwTAk.pgp
Description: PGP signature

Reply via email to