in reply to OO - best way to have protected methods

One of the links inside the page adrianh sent us to was about InsideOut Objects mainly involving use of some cpan classes to get the privacy, very effective. Damian also discusses this in his Perl Best Practices book, it's good reading.

Don
WHITEPAGES.COM | INC
Everything I've learned in life can be summed up in a small perl script!
  • Comment on Re: OO - best way to have protected methods

Replies are listed 'Best First'.
Re^2: OO - best way to have protected methods
by tphyahoo (Vicar) on Aug 17, 2005 at 16:41 UTC
    Insideout objects are angerous with threads though, due to windows/unix differences -- unless you're real real careful. And Damian may not have warned his readers enough in the book: Threads and fork and CLONE, oh my!.