On Mon, Feb 09, 2009 at 10:24:03PM +0000, peter at dragonstaff.com said: > use DBI; > my $dbh = DBI->connect('dbi:mysql:dbname', 'user', 'pass'); > print Dumper( tied(%$dbh) ); Ahah, the tied was just the ticket. Cheers.