I would say that there's probably no point.

Any "Learning" book will only teach you the basics of a topic -- it will serve as an introduction.

You and Perl have already been introduced, you already know the basics. A new version of of Learning Perl will only re-acquaint you once again, perhaps slightly differently.

I'd suggest two things -- first buy an older book (namely Programming Perl, the Camel book, the next book along and probably the best Perl (5) book you'll own even if it is a few years old), -- second read perldoc, perldelta will tell you what the version differences are and are a fine way to test your understanding of the language, they'll be a harder read than Learning Perl was but between what you already know, what's covered in Programming Perl, and what's contained in perldoc you'll learn masses about Perl in general and in particular about the changes between 5.6 and 5.8


In reply to Re: Should I upgrade my "Learning Perl" Book? by Callum
in thread Should I upgrade my "Learning Perl" Book? by ghenry

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.