Corrections to Chapter 10
- Figure 10.9, page 395 -- several small coding errors.
- There are several small coding errors in this script. These are:
- Line 6 -- Typo in the word Staus: -- this should read:
Status
- Line 23 -- Error in argument of if() statement. This line
if($#ARGV = 0) {
should read:
if($num = 0) {
>li>
- Line 3 from bottom -- There is a missing </i>: this line should read:
print "<i>No data at standard input ... </i></p><hr />\n";
This figure is corrected in the online version, at Figure 10.9.
Many thanks to Jamie Blustein of Dalhousie University for bringing these errors to my
attention.