[Maypole] Passing dbh attributes on setup

Tony Bowden tony-maypole@kasei.com
Wed, 9 Jun 2004 23:05:45 +0100


On Thu, Jun 10, 2004 at 12:03:00AM +0300, Gaal Yahas wrote:
> I'd settle for a hackish way to steal the dbh from CDBI after the connect,
> since I don't need this attribute to be correct at connection time, but
> that didn't seem any easier.

my $dbh = $class->db_Main;

Tony