![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re^3: Objects with Private Variablesby misterb101 (Sexton) |
on Jun 07, 2005 at 09:36 UTC ( #464201=note: print w/replies, xml ) | Need Help?? |
Looking good David! The only thing I would change is to let $self be the ref to the closure and use another name for the actual data storage. This way you always know that $self is the ref to your object. For instance if you want to call a couple of private methods in your constructor after blessing your variable it would be more staightforward to do $self->_privateMethod(); than $access->_privateMethod(); Cheers, Rob
In Section
Tutorials
|
|