in reply to How to learn Object Oriented programming in Perl ?

If you have good OO programming skills already perltoot and perlobj will get you started rather quickly.

They explain the "blessed hash" objects in Perl very well.

If that's not enough, read "Object Oriented Perl" by Damian Conway (I haven't read it myself, but it's been recommended here a couple of times).

Update: See also Really Writing Object Oriented Perl

  • Comment on Re: How to learn Object Oriented programming in Perl ?

Replies are listed 'Best First'.
Re^2: How to learn Object Oriented programming in Perl ?
by naikonta (Curate) on Apr 22, 2008 at 10:17 UTC
    If you have good OO programming skills already perltoot and perlobj will get you started rather quickly.
    I was fine with both docs without existing OO programming skills, other than been using some OO Perl modules. But they did make sense only after I covered perlref and perldsc.

    Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!