Help for this page

Select Code to Download


  1. or download this
    use DbConn;
    use Data::Dumper;
    ...
             print "Timed out.\n";
    } else {                                print "Connected Successfully\
    +n";
    }
    
  2. or download this
    package DbConn;
    use DBI;
    ...
            return $dbh;                 #return the database handle
    }
    1;