I just wanted to emphasize that recommendation for "The Perl Cookbook": you'll certainly want some sort of tutorial ("Learning Perl" or one of it's competitors), but the "Cookbook" needs to be high on the list right after that, possibly even before the Camel itself. You're in a position where you need to get productive quickly, and the "Cookbook" is ideal for that -- it is not, by the way, just a canned list of recipies, each recipie comes with a short article explaining what's going on: perfect for learning as you go.

"Best Practices" is a good book also, though myself I find that I have at least minor disagreements with quite a few of it's recommendations (perhaps as much as 20%).

Also, the perl online documentation is generally pretty good and includes a number of "tutorial" articles on different subjects. On a unix box try a "man perl", that brings up a directory of the different man pages, with a section on "tutorials" right near the top.


In reply to Re^2: Perl intro book for .Net programmer by doom
in thread Perl intro book for .Net programmer by mattDP

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.