| MyLibrary::DB |
MyLibrary::DB
use MyLibrary::DB;
my $dbh = MyLibrary::DB->dbh();
This package connects to MyLibrary and returns the database handle.
dbh()Returns database handle to MyLibrary.
Eric Lease Morgan <emorgan@nd.edu> Robert Fox <rfox2@nd.edu>
| MyLibrary::DB |