Errata

Learning Perl Student Workbook

Errata for Learning Perl Student Workbook

Submit your own errata for this product.

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
PDF
Page 17
7.6

"least three characters that reports itself" should be "least three characters that REPEATS itself".

Note from the Author or Editor:
Change as noted

Chris Rucinski  Oct 19, 2012 
PDF
Page 56
Answer 3.3 Listing 2

Analog to the first listing where the list separator is assigned a comma

$" = ",";

the expression of the join function in the second listing must be a comma as well

print join( ',', @numbers ), "\n";

Note from the Author or Editor:
Change as noted

Anonymous  May 27, 2012