Help for this page

Select Code to Download


  1. or download this
    use CGI::Session;
    $session = new CGI::Session(undef, $cgi, {Directory=>"/tmp"});
    $sid=$session->id();
    print "$sid \n";
    
  2. or download this
    "mode" is not defined in %Fcntl::EXPORT_TAGS at C:\Products\Perl\lib/F
    +cntl.pm line 0
    Can't call method "id" on an undefined value at C:\DOCUME~1\DWILSON\LO
    +CALS~1\Temp\dirD1.tmp\Untitled line 4.