Database Handles
Database Handles encapsulate a single
connection to a database
Database handles are created via a driver handle
for the desired database type. This is done via
the DBI->connect() method
   $dbh = DBI->connect( … );
DBI: The Neophyte's Guide
19