Aside from the resources mentioned above, you may want to take a look at * Damian Conway's Object Oriented Perl from Manning. I've been reading it the last few weeks and it's going a long way in clarifying terms that kept popping up more and more for me while learning Perl. (ie: polymorphism and inheritance)

An additional approach is to look at another language that puts as much if not a greater emphasis on object oriented programming. Learn the general OO principles and reinforce that knowledge by comparing how other languages implement them to Perl. * This is part of a suggestion offered to me by a few friendly monks (right now I'm applying the advice in comparing functional languages to Perl).

Good luck!

* Others may be turned off by the 1999 publishing date but I feel pretty good about what I've learned so far.

* The thinking is that in learning various languages that are different stylistically you gain greater overall knowledge of programming practices and concepts.


"...the adversities born of well-placed thoughts should be considered mercies rather than misfortunes." — Don Quixote

In reply to Re: OO and Perl by luis.roca
in thread OO and Perl by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.