Help for this page

Select Code to Download


  1. or download this
    } elsif ($url = $cgi->param('url')) {
        $session = get_session_id();
    ...
      } else {
        die "Cannot fork: $!";
      }
    
  2. or download this
    if ($session = $cgi->param('session')) {
    
    ...
    
    print $cgi->pre($cgi->escapeHTML($data->[1]));
    print $cgi->end_html;