Errata
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted By | Date submitted | Date corrected |
---|---|---|---|---|---|
Page Chapter 5 11th paragraph of "Output to Standard Output" |
The paragraph with the mistake: But if you (or a program) may be waiting impatiently for the output, you may wish to take that performance hit and flush the output buffer each time you print. See $! in the perlvar documentation for more information on controlling buffering in that case. There is most likely a typo -- the $! is variable which contains recent errno value, while output autoflush control variable is a $| Source: perldoc ( https://perldoc.perl.org/perlvar#$%7C and https://perldoc.perl.org/perlvar#$! ) Note from the Author or Editor: |
Arseni Nimera | Jul 27, 2021 | ||
Page 9 the second to last paragraph |
Perl.org have upgraded to more secure connection. Correct address: https://learn.perl.org/ Note from the Author or Editor: |
Ruey-Cherng Yu | Mar 10, 2022 | ||
Page 103 last line in last paragraph |
$rock_fh --> $rocks_fh Note from the Author or Editor: |
Ruey-Cherng Yu | Mar 10, 2022 | ||
Page 104 first line of first paragraph |
$rock_fh --> $rocks_fh Note from the Author or Editor: |
Ruey-Cherng Yu | Mar 10, 2022 | ||
Page 138 second code example |
"Found a URL\n" --> "Found a .png\n" Note from the Author or Editor: |
Ruey-Cherng Yu | Mar 10, 2022 | ||
Page 143 3rd code example |
First comment should be "one or more digits" instead of "one or more digits before the decimal point" Note from the Author or Editor: |
Ruey-Cherng Yu | Mar 10, 2022 | ||
Page 234 last paragraph |
"the pattern /\.old$/" was not updated to corresponding "/\.old\z/" showed in the code example. Note from the Author or Editor: |
Ruey-Cherng Yu | Mar 10, 2022 | ||
Page 299 first line in first code example |
it could be better to add the comment "# or Ctrl-Z" for people who use Windows. Note from the Author or Editor: |
Ruey-Cherng Yu | Mar 11, 2022 | ||
Page 355 last paragraph in "Installing a Recent Perl" |
Perlbrew have upgraded to more secure connection. Correct address: https://perlbrew.pl Note from the Author or Editor: |
Ruey-Cherng Yu | Apr 05, 2022 | ||
Page 359 Symbols section |
= (binding operator) seems typo Correct one: =~ (binding operator) Note from the Author or Editor: |
Ruey-Cherng Yu | Mar 10, 2022 | ||
Page 368 Q section |
Typo: qw()() Correct one: qw() Note from the Author or Editor: |
Ruey-Cherng Yu | Mar 10, 2022 |