Are these books sufficient?

Two thoughts:
1. It's not the cross section I would choose, and
2. It really depends on what you're planning to do with Perl.

Having a copy of Programming Perl (the "Camel book") within reach can be very handy. It's arguably the canonical Perl reference, and you'll see people referring to it a lot. While climbing the learning curve, I got a lot of mileage out of Effective Perl Programming. Now, I keep a copy of The Perl Cookbook within reach.

If you're planning to use Perl objects, or want to be able to understand a lot of the stuff that comes off of CPAN, Damian Conway's Object Oriented Perl is a nearly essential read.

Beyond that, it really depends on what direction you're heading. There are good mod_perl books, DBI books, data munging books, and so on.

If you're aiming for proficiency, there are some excellent non-book resources available. Randal Schwartz (merlyn) keeps his past articles on-line. I got a lot out of studying his early Web Techniques articles when I was getting started.


In reply to Re: Are these Perl books adequate? by dws
in thread Are these Perl books adequate? by Theo

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.