Subject: | What about CGI::Session::Driver::ODBC ? |
Bug?
I installed ActiveState-Perl 5.8.8.816 (Windows)
with the following Modules:
DBI (1.50), DBD::ODBC (1.13), CGI (2.91), CGI-Session (4.02), CGI-
Session-ODBC (0.1), [...]
The same script, that worked fine the old version, has now an error:
new(): failed: couldn't load CGI::Session::Driver::odbc: Can't locate
CGI/Session/Driver/odbc.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/
site/lib .) at (eval 34) line 3.
Perlscript:
use DBI;
use CGI::Session;
[...]
$session = new CGI::Session('driver:ODBC', undef,{ Handle=>$dbh,
TableName=>'sessions' }) or die CGI::Session->errstr;
[...]
In the ActiveState repository are actually no newer versions available.
Mat