Help for this page

Select Code to Download


  1. or download this
    $dbh = &db_connect;
    print "hi there 3\n";
    ...
    Data::Dumper->Dump([$dbh]);
    foreach ( keys %$dbh) { print "$_=$dbh{$_}\n"; }
    print "got here\n";
    
  2. or download this
    hi there 3
    dbh: DBI::db=HASH(0x3de72b0)
    got here