On Thu, 4 Oct 2001 14:33:54 +1000 (EST), Damian Conway wrote: >To: [EMAIL PROTECTED] >Subject: Re: A3, the ';' operator, and hyper-operators >From: Damian Conway <[EMAIL PROTECTED]> >Date: Thu, 4 Oct 2001 14:33:54 +1000 (EST) > > > > And package::subroutine should go the way of package`subroutine as > > package.subroutine will work and become the preferred method :), no? > >Err...no. They're still not the same thing in Perl 6: > > package::subroutine(@args) --> package::subroutine(@args) > package.subroutine(@args) --> package::subroutine('package',@args)
So a class method and a plain function call are still not the same thing? Blimey. I wish they were., more or less. -- Bart.