Help for this page

Select Code to Download


  1. or download this
    my $loop=8;
    my $pm = Parallel::ForkManager->new($loop);
    ...
    };
    print "got session data: ".Dumper(\%session)."\n";
    
  2. or download this
    # ...
    # extract cgi args from query string
    ...
    $session->{"$now:$count"} = $count;
    warn "got session ".Dumper($session);
    
  3. or download this
    now what is in the session for [8f13e7d0f1d140f6a1100510c1f82f6a]?
    got session data: $VAR1 = {
    ...
              'previous_uri' => '/cgi-bin/session.pl'
            };