in reply to CGI::Session::Auth::DBI Error
You should check that the objects you are creating with:
are defined.my $dbh = DBI->connect("DBI:PgPP:dbname=db","username","password"); my $session = new CGI::Session("driver:PostgreSQL", undef, {Handle=> +$dbh});
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI::Session::Auth::DBI Error
by awohld (Hermit) on May 19, 2006 at 09:51 UTC |