Help for this page

Select Code to Download


  1. or download this
    if ($ENV{'REQUEST_METHOD'} eq "POST") {
        read(STDIN, $request,$ENV{'CONTENT_LENGTH'}) or die "Could not get
    + query\n";
    
    ...
        $value =~ s/%([0-9A-F][0-9A-F])/pack("c",hex($1))/ge;
        $PAIRS{$para} = $value;
    }