I guess I should start by saying that I'm not all that satisfied with any of the three popular computer books that I've bought. Learning Perl is one of those three.

Among the things that could be improved is the section on numeric operators, p. 22, where it says "In addition, there are other numeric operators, which we'll introduce as we need them." Even the index only lists p. 22 under operators, numeric. Page 32 contains a more complete listing of operators. This is one of the many notes I made in the index.

Similarly, p. 117 says "There are many other option modifiers available. We'll cover those as we get to them..." A few documentation references are given, but not perlre.

Among the other additions and notes I made in the index are:

"Modifiers--see option modifiers on p. 116-117,"
"Order of Operations p. 31-33"
"Conditionals..." (several references)
"See 'single quotes' & 'double quotes'" (under quoting)

I mainly use the index, but I also made a note in the contents--under chapter 9. Using Regular Expressions, I wrote "see p.239," where there is more regex information (chapter 17).

I made numerous notes in the Symbols section of the index, such as listing page 240 next to the question mark, so I'll be referred to the non-greedy quantifier. The only page the book refers me to for the question mark is 101, which is about the "preceding item is optional" use of the question mark. Other notes were made for the vertical bar (see pipe, p.303), and the range operator (see p. 43).

There are other notes scattered through the book. I have no better beginner's Perl book to recommend, but Learning Perl needs some work.


In reply to Re: Learning Perl by Wassercrats
in thread Learning Perl by Aighearach

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.