It's interesting to me that Perl in a Nutshell is your must-have book. It's one of my least-used Perl references -- I think the only one I've used less is Advanced Perl Programming, because I simply haven't been doing much with most of what it covers. (Though, honestly, I really should sit down and read some parts of it more closely; I'd probably use it more if I were more familiar with it.)

My current must-haves are:

  1. Perl Cookbook
  2. Perl Pocket Reference
  3. the Camel

I'd reverse the order of that list for starting out, though: The Camel is thorough and detailed. Once I was familiar with that, I came to rely more on the pocket ref as a memory jogger. The Cookbook is more of an algorithmic reference and memory jogger -- but if you don't understand the examples, you won't be able to apply them appropriately, so it's not a good starting point. I do use Nutshell occasionally, usually to doublecheck syntax and available methods for DBI.

Once I'm familiar with a book, I can easily turn to exactly where the information I want is. I can bookmark at arbitrary locations much more easily than in most softcopy formats. While I'm usually working in a windowed environment these days, that hasn't always been the case, and it's much easier to use an offline reference when you only have a single term. And you can't get softcopy signed. :)


In reply to Re: Re: (OT) I prefer to do my learning with: dead trees or flying electrons? by menolly
in thread (OT) I prefer to do my learning with: dead trees or flying electrons? by revdiablo

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.