MySQL & mSQL by Randy Jay Yarger, George Reese, and Tim King Following are the changes made in the 1/00 reprint: (37) Used read: http://www.hughes.com.avl Now reads: http://www.Hughes.com.au (61) Second paragraph used to read: Inrpise Now reads: Inprise {162} In the code after the line $dbh = DBI->connect (´DBI:mysql:teach´); The add action istself ... function, add, prints, ... test. Now reads: $dbh = DBI->connect (´DBI:mysql:teach´); # The add action istself ... # function, add, prints, ... # test. {196} In the code, $query = "select * from sharks where "; if ($species or $age or $location) { $query .= "where "; Now reads: $query = "select * from sharks"; if ($species or $age or $location) { $query .= " where "; (241) The second line of the note, the word "fild" now reads "field" (375) Changed: http://www.perl.com/CPAN/authors/id/TIMB/DBI/DBI-106.tar.gz to: http://www.perl.com/CPAN/modules/by-authors/Tim_Bunce/