in reply to Re: Singletons, Apache::DBI and MySQL
in thread Singletons, Apache::DBI and MySQL
Now the 'OLD' DBH just used Apche::DBI to return $self->{dbh};use strict; use DBH qw(&DBHOBJ); my $sth = DBHOBJ()->prepare('select blah from table;'); $sth->execute();
|
|---|