Perl in a Nutshell by Ellen Siever, Stephen Spainhour, & Nathan Patwardhan 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 Here are the changes made in the 10/99 reprint: (xv) Chapter 3 used to be listed in the Preface as being in Part I, but it's now listed in Part II. {71} At the bottom of the page, an ellipsis has been added between the lines of code. It now reads: "sub addem ($$) { ... }" {292} Under "strict," an ellipsis has been added between the lines of code. It now reads: "use strict 'vars'; ... no strict 'vars';" {373} Under the "fetchrow_array" heading, it used to read: "$array = $st_handle->fetchrow_array" It now reads: "@array = $st_handle->fetchrow_array" (493) Figure 18-1 previously bore no resemblance to the output that would result from the script printed above it. Figure 18-1 used to show a window whose title contained the text that was supposed to be inside the button in the sample script, and the button text, "Done," was not scripted anywhere. Figure 18-1 now shows a window with no text in the title bar and a button with the text "Hello World." (644) This page of the index now includes the entry: "qw, 45, 118"