Help for this page
… my $sth = $dbh->prepare("show tables") or &bail($DBI::errstr); ... } } …
… # Get a list of the tables ... 1; } or die "Failed while obtaining data from $table: $DBI::errstr"; …