Extracting information back out of a DBH

Simon Wistow simon at thegestalt.org
Tue Feb 10 00:02:25 GMT 2009


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.




More information about the london.pm mailing list