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 18.6
store_image.pl (sample code)

Code as written:
"my $mime_time = shift (@ARGV); # image MIME type"

Code as probably intended:
"my $mime_type = shift (@ARGV); # image MIME type"

Anonymous 
Printed Page 66
Code fragment at bottom of page

Perl code print (warn) statement ends with en rather than
.
This has an interesting effect when executed in an xterm.
It can be cleared by 'reset' or 'tput reset'.

Anonymous 


"For developers using the MySQL database system, the gold standard of such books is MySQL Cookbook, by Paul DuBois."
--Michael J. Ross, Web Developer, Slashdot.org