Errata
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 152
Example 6-7 Second Line of Code |
Missing '#' sign in front of first use statement.
<%
use strict;
I believe should be
<%
#use strict;
I am assuming a '#' sign belongs because it is there in the previous example and the
page does not render as expected without it. I receive the following with out the #
sign:
PerlScript Error error '80004005'
Global symbol "$reslt" requires explicit package name at (eval 2) line 8. Global
symbol "$reslt" requires explicit package name at (eval 2) line 9. Global symbol
"$reslt" requires explicit package name at (eval 2) line 14. Global symbol "$reslt"
requires explicit package name at (eval 2) line 15. Global symbol "$reslt" requires
explicit package name at (eval 2) line 18. Global symbol "$reslt" requires explicit
package name at (eval 2) line 19. Global symbol "$reslt" requires explicit package
name at (eval 2) line 22. Global symbol "$reslt" requires explicit package name at
(eval 2) line 23. Global symbol "$reslt" requires explicit package name at (eval 2)
line 26. Global symbol "$reslt" requires explicit package name
/chap6/asp0605.asp, line 41
|
Anonymous |