in reply to Re: Undefined subroutine &DBD::mysql::db::_login
in thread Undefined subroutine &DBD::mysql::db::_login

db.pm isn't there because the package is defined in the same file, Pg.pm, at line 235. I think _login is acting that way because of some XS binding not working properly, that is it's a C library routine and not a Perl function, but that's just a hunch.
  • Comment on Re^2: Undefined subroutine &DBD::mysql::db::_login