in reply to
Re: Querying a $dbh
in thread
Querying a $dbh
DBI handles are actually refs to tied hashes, so using the documented hash elements isn't breaking encapsulation in any sense; anything you do to the hashref is very much a part of the API.
--
Online Fortune Cookie Search
Comment on
Re^2: Querying a $dbh
In Section
Seekers of Perl Wisdom