Writing Apache Modules with Perl and C by Lincoln Stein & Doug MacEachern This errata page lists errors outstanding in the most recent printing. If you have any error reports or technical questions, you can send them to booktech@oreilly.com. (Please specify the printing date of your copy.) This page was last modified March 20, 2003. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (294) Now reads: neither of the author's first names Should read: neither of the authors' first names {481} IN PRINT: unescape_uri_info() section; 'use Apache::Util qw(unescape_info);' SHOULD BE: 'use Apache::Util qw(unescape_uri_info);' (481) IN PRINT: The result of the mentioned code also has a typo. data => 'Fred Flintstone', town => 'Bedrock' SHOULD BE: name => 'Fred Flintstone', town => 'Bedrock'