in reply to Re: Really Writing Object Oriented Perl
in thread Really Writing Object Oriented Perl

Conway's Object Oriented Perl gives a good overview of available OO techniques in perl and how to use them effectively.
But Conway's book predates Inside-Out Objects, so it doesn't even mention them.
  • Comment on Re^2: Really Writing Object Oriented Perl

Replies are listed 'Best First'.
Re^3: Really Writing Object Oriented Perl
by Petruchio (Vicar) on Jun 23, 2007 at 16:53 UTC

    Conway's book predates the Perl community's commonplace adoption of the term "Inside-Out Objects". The concept is there; Conway calls them "Flyweight Objects". The terms aren't exact synonyms, but close enough for the present purpose; there's some relevant discussion in this thread.