Help for this page

Select Code to Download


  1. or download this
        ...
        my $session = get_session_id();
    ...
      ...
    }
    
  2. or download this
    ## stuffintocache.pl
    #!/usr/bin/perl --
    use strict; use warnings;
    ...
        $cache->set( $session, [ 1, $stdout, $stderr, $exit ] );
        return;
    }