Errata


Print Print Icon

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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 158
last code example

The foreach loop uses a declared loop variable $filename, but the default variable $_
is used inside the loop. (Probably this was cut-and-pasted from the similar example
on p. 166 but the modification wasn't completely carried through)

Anonymous 
Printed Page 171
last code example

I beleive that there is a simple type in the code.

The code example has the first 2 lines:

my $dir_to_process = "/etc";
opendir DH, $dir or die "Cannot open $dir: $!";

Obviously, because I am reading the book I am just a beginner and may have missed
something, however I believe that the $dir_to_process scalar variable should just be
$dir (or change lines 2 and 4 to have the $dir variables renamed $dir_to_process).

Anonymous 
Printed Page 205
4th line

"unpolite" should be "impolite"

Anonymous 
Printed Page 304
index

$$ should be in the index (it's introduced somewhat informally on p. 183)

Anonymous