in reply to database connection and DBIx::Class

my $dbh = $schema_object->storage->dbh;

Replies are listed 'Best First'.
Re^2: database connection and DBIx::Class
by morgon (Priest) on Apr 21, 2009 at 16:27 UTC
    Thanks!