Help for this page

Select Code to Download


  1. or download this
    sub get_response {
      my ($cgi, $query) = shift;
    ...
      close(CGI) or die "Error running $cgi, $!";
      return $res;
    }