If I do 

use DBI;
my $dbh = DBI->connect('DBI:mysql:localhost','user','pass');

To connect to the mysql driver the package name is actually DBI::db not DBI.

My question is: is it always going to be DBI::db regardless of the driver?
I need ot know for some stuff I'm making that uses the name space of $dbh object.

TIA

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to