> I'm not sure what you mean, really, but perhaps you mean > dbi_connect_method?
Did you mean specifying this argument like so ? DBI->connect( $driver, $u, $p, { dbi_connect_method=> 'connect' } ); I will see if this is what I am looking for. Thanks for the reference : )