http://www.perlmonks.org?node_id=497319


in reply to How to learn Object Oriented Perl

Imho, it depends on your requirement - somebody wants to use own simple objects and somebody wants to hack everything :) I read some 'man perl*' manuals and Advanced Perl Programing, by Sriram Srinivasan. Good luck!

Replies are listed 'Best First'.
Re^2: How to learn Object Oriented Perl
by doran (Deacon) on Oct 05, 2005 at 05:01 UTC
    I second the suggestion regarding Advanced Perl Programing, by Sriram Srinivasan. It has some good stuff about OO and classes in Perl. Plus some useful examples.