This is from a question on comp.lang.perl in the thread: 'Learning by Example'

There's a thread I was pointed to in the CB that goes into this: What CPAN modules are "good reads"?. However it's from 2005 and I wonder if members still feel the same way about some of the advice given and/or are there any modules they would recommend?

I'll offer myself as an example. I'm pretty new to Perl and have just really started examining/working with modules. On my home node I have about a dozen listed. Currently the ones I'm studying and creating examples of in are CGI, Text::Template and Time::Piece. My feeling is that if you're going to learn from code it should be for something that addresses a goal you have. (Seems pretty obvious but, still worth mentioning) Now, as far as I know I think these are good modules to use and learn from but that's based on a few recommednations that I can't even remember now.

So I guess the question again is: What are good modules to learn from? AND How, as someone learning Perl, should one judge whether or not a module is good to use and learn from it's code?

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

In reply to What CPAN Modules are Good to Learn From? by luis.roca

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.