This page lists unconfirmed errors and comments from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Learning Perl, 5e by Tom Phoenix, Randal L. Schwartz, brian d foy The catalog page for this title is http://www.oreilly.com/catalog/9780596520106/ This page was last updated July 30, 2008. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy or the digital version accessed. 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 UNCONFIRMED errors and comments from readers: [27]last paragraph of Subsection "Scalar Variables"; The first is on page 27, last paragraph of Subsection "Scalar Variables": There I read Scalar variables in Perl are always referenced with the leading $&. Should this be Scalar variables in Perl are always referenced with the leading $. {30}the small example; If $meat has never recieved a variable, then $barney in $barney = "fred ate a $meat"; has the value "fred ate a " and not "fred ate a", so the trailing " " of the strings should remain? [142]section 9.5.1 (using Safari); The code " s#(.*)#$1#g; " will delete all of the text, not just the "BOLD" text.