Great suggestions so far, so I want to throw in one of the most important books for my own personal Perl growth, Learning Perl Objects, References and Modules by Randal Schwartz and Tom Phoenix.

I also can't say enough about what Your Mother said regarding the reading of CPAN distribution test files.

Although much of the time the author will write code in ways that kind of defy the logic of standard practices (ie./eg. I write a lot of my tests to be short to the point that brevity is above all else), it's a fantastic way to identify what the author meant by the use of the software the tests are running against.

You can compare test elements to the code within the actual modules, and to further knowledge, practice by writing additional tests where you feel the original authors may not have thought about certain edge cases. If desired, you could even have the author add these new tests.


In reply to Re: Any other good perl books by stevieb
in thread Any other good perl books by catfish1116

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.