Help for this page

Select Code to Download


  1. or download this
    sub ReadParse {
    local($name, $value, $pair, $buffer, @pairs);
    ...
    }
    return;
    }
    
  2. or download this
    use CGI;
    my $query = CGI->new();
    my @names = $query->param;