#use wml::oswb title="Errata" page="Errata" rightrail="no"
#use wml::fmt::xtable


<p><red>Errata for <i>$(BOOK_TITLE)</i></red><br></p>

<p> As many times as we have checked our work, one would hope that there
were no errors in <i>$(BOOK_TITLE)</i>. However, things slip through the 
cracks, or new mistakes are created at the printers.</p>

<p>All known errors are listed below. If you find any problems that are not
listed here please contact 
<link href="mailto:james@opensourcewebbook.com"
      text="james@opensourcewebbook.com">.</p>

<p>
<xtable border="1">
  (*,1) align=left
  (*,1) align=left
  ((1,1))
  Page
  ((1,2))
  Correction
  (2,1)
  10
  (2,2)
  http://www.linuxdoc.org/ should be http://www.tldp.org/
  (3,1)
  47
  (3,2)
  <tt>http://www.localhost/</tt> should be <tt>http://localhost/</tt>
  (4,1)
  68
  (4,2)
  In the two tables at the top of the page, the text "123 Main. St."
  should be "123 Main St."
  (5,1)
  70
  (5,2)
  "looping though the" should be "looping through the"
  (6,1)
  76
  (6,2)
  <tt>print "\\\$answer" equals 'y' or 'Y'\\n;"</tt><br>should be:</br>
  <tt>print "\\\$answer equals 'y' or 'Y'\\n;"</tt>
  (7,1)
  84
  (7,2)
  <tt>xy3z</tt> should be <tt>xy{3}z</tt><br>
  <tt>xyz2y</tt> should be <tt>xyz{2}y</tt><br>
  <tt>xy3,z</tt> should be <tt>xy{3,}z</tt><br>
  <tt>xy3,5z</tt> should be <tt>xy{3,5}z</tt><br>
  (8,1)
  92
  (8,2)
  The code: <tt>\$p4 = munge_phone(\$p2);</tt> <br>should be: <tt>\$p4 = munge_phone(\$p3);</tt>
  (9,1)
  108
  (9,2)
  In the spirit of consistency, the links <tt>www.perl.org</tt> and 
  <tt>www.theperlreview.com</tt> should both have trailing slashes.
  (10,1)
  220
  (10,2)
  <tt>&lt;input type="name" price="NewShoes"></tt><br>
  <tt>&lt;input type="name" price="NewShoes"></tt><br>
  should be:<br>
  <tt>&lt;input type="hidden" name="name" value="hidden"></tt><br>
  <tt>&lt;input type="hidden" name="price" value="149.00"></tt>

  (11,1)
  290
  (11,2)
  The <tt>httpd.conf</tt> configuration reads
<tt>&lt;Directory>..&lt;/Location></tt> when it should read
<tt>&lt;Directory>..&lt;/Directory>.
  (12,1)
  375
  (12,2)
  Right after we went to print with <i>$(BOOK_TITLE)</i>, a new book was
  published on the topic of HTML::Mason entitled <i>Embedding Perl in HTML
  With Mason</i>.  See our <link href="$(ROOT)/resources/books/"
  text="suggested books"> for more information.
  (13,1)
  409
  (13,2)
  In the last two lines of code, <tt>\$person</tt> should be
<tt>\$numbers</tt>.
</xtable>
</p>


