Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL LIB=/home/tester/PerlModule
    
  2. 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";
    
  3. 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.