- or download this
read STDIN, $query, $ENV{CONTENT_LENGTH}; # <--
- or download this
$query=<STDIN>; # <--
- or download this
#! perl
...
}
# END
- or download this
#! perl
...
}
# END
- or download this
if ($req_method eq 'POST') {$query=<STDIN>;}
- or download this
elsif ($req_method eq 'GET') {$query = $ENV{QUERY_STRING};}