This monk entered the monastery as a complete initiate to the world of programming. Network dude by day, only in the last year had I begun to delve into the scripting world and my tool of choice was #!/bin/bash. It was with extreme angst that I put down the O'Reilly bash book and picked up my first perl reference.
The monastery has been a hugely positive experience in my transition from bash and realization to the power of perl. One item which has really left me scratching my head was using cpan mods that were object oriented. Classes? Methods? Huh?
I'm still not seeing 20/20, however I did manage to gleen some wisdom from an article in Spring 2000 issue of The Perl Journal.Sean Burke's "A User's View of Object Oriented Modules" speaks directly to those of us out there that really don't care about programming OOModules so much as we just want to understand how to use them!
The article is awesome and I hope that some others just starting out in the brotherhood such as myself can get their hands on this issue of TPJ. In the meantime, I'm going to be rooting through the tutorials to see if I can drum up some more wisdom there.

humbly -c


In reply to Using Object Oriented Modules. The fog begins to clear. by c

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.