This is an impossible question to answer. There is general agreement about some things, but for the most part everyone has their own set of resources to suggest. Maybe one day you will have your own.

My standard set of recommended books, in order of my preference for actually learning the breadth of Perl, are:

  1. Object Oriented Perl (Conway)
  2. Effective Perl Programming (Hall, et al.)
  3. Mastering Perl (brian d foy)
  4. Perl Best Practices (Conway)
  5. Perl Medic (Scott)

>Perl the correct way

No book will teach you this any more than a book on a Human language will teach you how to speak or write the "correct way". Writing Perl, studying others' Perl, and participating in the community will be your best guide here. Same with any language, immersion is the best path for achieving the proper levels of enlightenment. There is a tremendous amount of free information out there. I encourage you to:

Advanced Books I like:

  1. Higher Order Perl (Dominus) site
  2. Practical Text Mining in Perl (Bilisoly)
  3. Perl 5 Internals (Cozen) pdf
  4. Perl Testing: A Developer's Notebook (Langworth)

Milestones of Personal Development (no order, but everyone needs goals):

One final note I will add is that one does not simply learn Perl. The best way to learn it is to use it to create something. Anyone that is passionate about accomplishing something with Perl will learn it along the way. So the best marker for success is having a motivating project or application of Perl to achieve. If you don't have one, think of one or find a project to get involved in. Good luck!


In reply to Re: Beginning Perl (Ovid) Vs Learning Perl? by perlfan
in thread Beginning Perl (Ovid) Vs Learning Perl? by Anonymous Monk

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.