Programming Perl, 2ed by Larry Wall, Tom Christiansen & Randall Schwartz Here are the changes made in the 7/99 reprint: {29} In para 4, line 1, changed: spp to spp: line 2, changed: /home/spp to /home/spp: (55) Line -2, above footnote: "older version of Perl" now reads be "older versions of Perl" (60) In para 2, line 1, changed: Now that you've seen some of the things you'll be seeing, to: Now that you've seen some regular expressions, {77} In the table at the top of the page, row 1, column 2: ".." has been changed to ".. ..." (84) In para 4, line 2, changed "However. If the thing following" to "However, if the thing following" (97) In para -1, line -1, changed: "Your authors would tend to prefer" to "Your readers would tend to prefer" {130} In para 2, line -3: immediately after setting $|, you may simply print ""; (The "" was in a different font from the rest of the book.) (131) Bullet 1, line 2: "the all" now reads "all the" (168) In para 3, line -1, changed "example (which assumes we've already calculated $cost and $quantity:" to "example (which assumes we've already calculated $cost and $quantity):" {246} In para 2, line -2, changed: $coderef = \&handler; to $code_ref = \&handler; (It looked like "deref", but it's a reference, not a dereference.) (263) In para 2, line 1, changed "and therefore yields the a count" to "and therefore yields a count" (347) 2nd text para.: "more that one" now reads "more than one" (475) Para assert, line 1, changed "Similar to C macro assert(3)." to "Similar to the C macro assert(3). (489) In paras -1-2, lines 2-3: Changed: names-pace to: name-space (531) In para 3, line 1: Changed : Curlies are required on if and while blocks. to: Braces are required on if and while blocks. (547) In para 9, line 1: Changed: Do not put space between a function name and its opening parenthesis. to: Do not put space between a function name instance and its opening parenthesis.