I tried to learn Perl by reading module code once and learned (the hard way) that is is not a very a good idea for several reasons:

One of the links you added has the following quote that encapsulates what I feel is a much better approach: "The best way to learn anything, Perl included, is to use it for useful work. If you don't have a task that needs doing, you aren't going to do it, but if it needs doing, then you will be motivated to do it."

I think that quote pretty much speaks for itself. Also, don't forget that writing up responses and trying to solve the problems of other Perlmonks is a good way to help hone your skills. You may find that you thought you had a pretty good answer to an issue only to find that your solution was exceedingly verbose, stupid (it has happened to me a few times), or was simply inferior to someone else's. You learn by trying and developing a slightly thick skin. You will need it anyway.

Celebrate Intellectual Diversity


In reply to Re: What CPAN Modules are Good to Learn From? by InfiniteSilence
in thread 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.