in reply to Re: Re^2: Private method variations
in thread Private method variations
$self.bar() # calls public bar, not private.
This seems to imply that you can have both public and private methods/attributes with (almost) the same name. Sounds like trouble to me.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re^2: Private method variations
by TimToady (Parson) on Mar 02, 2004 at 00:46 UTC |