OK, Monks, in fear of being hit with flying keyboards, I must tell you that I am currently in the process of learning Java, as my second language.**ducks** As most of you know, from several posts before on my behalf, Perl was in fact my very first language (well, as far as computers go, of course). However, even though I've come quite far in Perl, I have yet to pursue Object Oriented Perl. Now that I'm embarking on my new Java quest, it's coming to my attention, that Java is, itself, object oriented.

So, my question is this...*finally, you say*...should I stop where I am, and come back to learn object orientation in Perl? Is it more a concept to learn, than something to do with a particular language (other than syntax, of course)? Am I leaving my Perl quest immaturely if I've skipped object oriented Perl?

I suppose I hadn't really seen much point in venturing down that path, as I've never really come to a problem where the answer to said problem had anything to do at all with OO Perl, but if it's a concept I'm going to have to confront in order to move forward in my career, hadn't I better tackle it with good ol' Perl, rather than try and learn an entirely new language at the same time?

Comments, suggestions? Do ya'll use OO Perl a lot? Is the concept of object oriented languages closely related enough for the knowledge of one to help set precedence for the knowledge of another? Am I just grasping at ideas to keep me close with my beautiful Perl?

"The unexamined life is not worth living." -- Socrates


In reply to Object Oriented Orientation by koolgirl

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.