Re: strange CGI::Session error

2005-05-14 Thread Octavian Rasnita
- Original Message - > Hi, > > I have tried the following test package: > > package Presa::H; > > use strict; > use warnings; > use diagnostics; > > use CGI (); > use CGI::Session (); > use DBI (); > > my $q = CGI->new(); > my $dbh = DBI->connect("DBI:mysql:database=presa", "root", undef,

strange CGI::Session error

2005-05-14 Thread Octavian Rasnita
Hi, I have tried the following test package: package Presa::H; use strict; use warnings; use diagnostics; use CGI (); use CGI::Session (); use DBI (); my $q = CGI->new(); my $dbh = DBI->connect("DBI:mysql:database=presa", "root", undef, {PrintError => 1, RaiseError => 1, AutoCommit => 1}); $P