I, too, much prefer reading on paper than I do online. I remember my earlier Perl years where I'd print out freely available Perl books on my work printer after hours, just to take them home to read them.

I like the O'Reilly books, as others have stated. A bit more advanced than what the OP has asked, I'd like to throw out Learning Perl Modules, References and Objects by merlyn (Randal Schwartz) and Tom Phoenix. This was instrumental in me finally grasping Perl references.

One of my very favourite books is one by Dominus (Mark-Jason Dominus) which he's gracefully offered for free, Higher-Order Perl (I have a printed copy from when it was available via PDF with tons of scratch notes in margins, plus a purchased edition). This book contains many things I still don't grasp.

So a couple of recommendations for the intermediate-advanced Perl programmer.

A pointer for the OP: If the book doesn't use & before subroutine calls, and has use strict; and use warnings in most of the code examples, you're probably good. Perl is Perl is Perl, and since even 5.6 (or 5.8), the overall techniques used today haven't changed very much.


In reply to Re: Are these Perl Textbooks Good? by stevieb
in thread Are these Perl Textbooks Good? by Svetlana

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.