Errata

Programming Web Services with Perl

Errata for Programming Web Services with Perl

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
Printed
Page 21
IN PRINT: "XML::Parser" section, second paragraph, last sentence

"...the parser don't validate..."

SHOULD BE:
"...the parser doesn't validate..."

Anonymous   
Printed
Page 23
2nd paragraph, 2nd bullet point

"XML Schema don't"
should read
"XML Schema doesn't"


Download (untitled)

Anonymous   
Printed
Page 26
IN PRINT: Last paragraph, second sentence

"...that don't contain a colon..."

SHOULD BE:
"...that doesn't contain a colon..."

Anonymous   
Printed
Page 40
3rd paragraph, line -2

now says -
XML-RP
should say -
XML-RPC

Anonymous   
Printed
Page 42
IN PRINT: Second paragraph, second sentence

"...from Example 3-4 and Example 3-8..."

SHOULD BE:
"...from Example 3-4 and Example 3-5..."

Anonymous   
Printed
Page 172
IN PRINT: Example 8-8, tenth line

my $endpoint = sprintf("maito...

SHOULD BE:
my $endpoint = sprintf("mailto...

Anonymous   
Printed
Page 213
IN PRINT: Next-to-last paragraph, fourth sentence

"...as thought they are..."

SHOULD BE:
"...as though they are..."

Anonymous   
Printed
Page 215
IN PRINT: "BusinessEntity" entry, first sentence

"...is the usually the..."

SHOULD BE:
"...is usually the..."

Anonymous   
Printed
Page 232
First code snippet

In the second line of the for loop, the "my $results" should be "my $result"

Anonymous