in reply to 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.
Design Patterns: Elements of Reusable Object-Oriented Software focuses mostly on C++, so some solutions aren't really perl-compatible or can be accomplished much easier in a dynamic language like perl, but it has wealth of interesting OO solutions to real-world problems, with enough detail to be immediately useful and enough theory to make them applicable to related problems.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Really Writing Object Oriented Perl
by bart (Canon) on Jun 02, 2007 at 07:51 UTC | |
by Petruchio (Vicar) on Jun 23, 2007 at 16:53 UTC |