I found Programming Perl a really good read, but a poor reference. In fact none of the Perl books that I have found seem to work as a reference for me. The far and away best reference I have is the "Perl Pocket Reference". I can find what I want in it quickly and it gives enough information to either answer the immediate question, or hints at the right jargon so I can then look in "Programming Perl" or perldocs for a fuller explanation.

It's also worth having a look through the Tutorials here for a leg up in getting to grips with Perl.

The main thing though is to look at the questions and answers in SoPW. You get exposed to a vast variety of different techniques at different levels and in different application domains. If you want to broarden your Perl knowledge, Seekers of Perl Wisdom is the place to do it.


Perl is Huffman encoded by design.

In reply to Re: good perl book by GrandFather
in thread good perl book by JFarr

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.