Learning Perl, 3rd Edition by Randal L. Schwartz & Tom Phoenix If you have any error reports or technical questions, you can send them to booktech@oreilly.com. (Please specify the printing date of your copy.) This page was updated on April 25, 2005. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: {30} second line up from the bottom of the page (in the code); the line reads: print "The name is \$fred.\n"; # prints a dollar sign however, this will print "$fred." not just the $ all by itself same with the next line - print 'The name is $fred'. "\n"; (113) footnote: YAPE::Regexp::Explain should be YAPE::Regex::Explain