marscld has asked for the wisdom of the Perl Monks concerning the following question:
Then, a script would be used to test the CGI::Session functionality.perl Makefile.PL LIB=/home/tester/PerlModule
After run the script, following error is shown.#!/usr/bin/perl -w use lib '/home/tester/PerlModule'; use CGI::Session; my $session = new CGI::Session() or die CGI::Session->errstr; print "test end***\n";
Could you pls help to analyse this issue? Thank you.Use of uninitialized value in concatenation (.) or string at /home/sdb +admin/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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI::Session not work
by Your Mother (Archbishop) on Dec 08, 2007 at 23:35 UTC | |
by marscld (Beadle) on Dec 09, 2007 at 01:46 UTC | |
by Your Mother (Archbishop) on Dec 09, 2007 at 04:40 UTC | |
by marscld (Beadle) on Dec 10, 2007 at 07:44 UTC |