Quoting Simon Wistow <simon at thegestalt.org>:
> 2) Is there any way to get that information out of a dbh
use DBI;
my $dbh = DBI->connect('dbi:mysql:dbname', 'user', 'pass');
print Dumper( tied(%$dbh) );
Regards, Peter
http://perl.dragonstaff.co.uk