Everyone will have their favorie titles.

I think that the Camel book was initially really important to my Perl learning. And I still refer back to it frequently. It's hard to imagine mastering 100% of its content. Then looking for second sources I moved on to the POD's. The POD's have now become my primary source.

After that, I started buying books to cover topics where I saw an interest and / or felt inadequate. That led to (in no particular order) Advanced Perl Programming (the Panther book), the Alpaca book (Perl Objects and References), Programming the Perl DBI (I felt a need to get more proficient in how to handle databases within Perl)... the Owls book (Mastering Regular Expressions), the Mouse book (CGI Programming with Perl), and a few others along the way that I can't remember right now.

I really do think that learning how to maneuver my way through the POD was the biggest step in the right direction though.

I would suggest a brief introspection: where do you feel inadequate? Where do you feel an interest? ...buy the book that you see as taking you farther down that particular road. Once you're comfortable with the new topic, do it over again with some other topic.


Dave


In reply to Re: Any Book Recommendation by davido
in thread Any Book Recommendation by perleager

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.