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


in reply to How to learn Object Oriented Perl

One great text not mentioned is Conway's Perl Best Practices. It just came out from O'Reilly, and has a nice chapter on Object Oriented best practices, including how to make your object encapsulation as secure in Perl as in traditional OO languages (and, in fact, more secure, because Perl is just that cool when you do it right.) Really, a great book for an intermediate programmer, even though nobody will agree with everything in it. You'll learn a few extremely useful things that you won't believe you lived without before reading it.

-- Kirby, WhitePages.com

Replies are listed 'Best First'.
Re^2: How to learn Object Oriented Perl
by ghenry (Vicar) on Oct 05, 2005 at 06:45 UTC

    I have that in front of me ;-)

    That's where I learned about protecting the implementation of your objects like you say.

    I really think this book is a *must* have for any Perl programmer/Company.

    Walking the road to enlightenment... I found a penguin and a camel on the way.....
    Fancy a yourname@perl.me.uk? Just ask!!!