Help for this page

Select Code to Download


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