To be honest, this sounds like the kind of book I'd not want, precisely because it's trying to do two very different things at once.

If a person is learning about Perl for the first time, then there's no reason to use the transition from 5 to 6 as a background. They don't know 5, and trying to teach two variations of a language at once is dubious pedagogy to be sure.

On the other hand, if someone knows Perl 5, but isn't willing to go out and learn about 6, then probably they've already made up their minds that Perl isn't for them. After all, Perl 6 isn't that big a change -- it's not like it's going to wake up one morning and realize that it's C++.

I've been using a humble 31-page booklet by John Vromans of the Squirrel Consultancy on Perl 5 for quite some time (is this the pocket reference you're talking about?). And personally I like the two extremes: a resource that's quick and to the point, and a set of resources that go deep, like the Camel and our Monastery.


In reply to Re: The Quest for the Holy Grail...erm...Book by djantzen
in thread The Quest for the Holy Grail...erm...Book by BigAl

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.