in reply to Re: CGI::Session not work
in thread CGI::Session not work
However, the error message is the same. Could you pls help ? Is it meaning that installaion of CGI::Session crashed? Error:#!/usr/bin/perl use lib '/home/sdbadmin/PerlModule'; use CGI::Session; my $session = new CGI::Session() or die CGI::Session->errstr; print "test end***\n";
<b>Use of uninitialized value in concatenation (.) or string at /home/ +sdbadmin/PerlModule/CGI/Session.pm line 128. Can't locate object method "generate_id" via package "CGI::Session::ID +::" (perhaps you forgot to load "CGI::Session::ID::"?) at /home/sdbad +min/PerlModule/CGI/Session.pm line 74. </b>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI::Session not work
by Your Mother (Archbishop) on Dec 09, 2007 at 04:40 UTC | |
by marscld (Beadle) on Dec 10, 2007 at 07:44 UTC |