- or download this
perl Makefile.PL LIB=/home/tester/PerlModule
- or download this
#!/usr/bin/perl -w
use lib '/home/tester/PerlModule';
...
my $session = new CGI::Session() or die CGI::Session->errstr;
print "test end***\n";
- or download this
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.