Hi,

After going through your post, and based on my personal experience, I would heartily suggest "Beginning Perl" by Ovid Curtis Poe. Yes, the book was released a few years ago, but it's got everything that you are looking for plus more!!. And Perl being backward compatible, most of the code should run as is.

The way references are explained in this books is just so amazing and practical. Web Frameworks are discussed in this book in a succinct manner and same goes for DB interaction. At 700+ pages, this book has got it all.

I've only been halfway through this book, but I am still able to write good enough Perl Scripts. After reading this book, things like some_function({param1=> value1, param2=>value2}) or  @{ $hash_ref->{key1} }{qw /key1_a key1_b/} became clear. I could just go through the Module documentation and understand just enough of what's given there and write a script, only because of this book(Note - As stated earlier, I'm only half way through this book). Regex is a topic that I really struggled with, but then again, this book cleared a lot of doubts and made it much easier.

Equally important is this very place. The monks here are beyond helpful, understanding and patient. Just interacting with the monks here and their guidance is a good enough reason for me to use Perl (apart from the fact that writing scripts in Perl is sheer joy).

I hope this answer helps you in your leaning journey as much as the book has helped me in mine.


In reply to Re: RFC: Perl Learning Plan by pritesh_ugrankar
in thread RFC: Perl Learning Plan by Leitz

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.