On Thu, Jul 07, 2005 at 04:08:17PM -0500, Jonathan Scott Duff wrote:
> On Thu, Jul 07, 2005 at 10:32:37PM +0200, Robin Redeker wrote:
> > Hi,
> > 
> > i just wanted to ask what was about the method calling syntax on
> > $self, and why does
> > 
> >    method ()
> > 
> > not work for calling a method on $self? (like in C++)
> 
> Because perl can't distinguish between the method foo() and the
> subroutine foo().  Or are you proposing that methods be added to the
> search space for name resolution?

Yes, why not? I don't see any conflicts for moving the methods into the
search space for methods.


Robin

-- 
[EMAIL PROTECTED] / [EMAIL PROTECTED]
Robin Redeker

Reply via email to