2010-02-10T15:57:06
sid burnEvtl. hat CGI aber einen befehl der dir dir RAW Daten zurück gibt.
Wenn er Einfluss auf den Content-Type des Absenders hat, vielleicht hiermit:
QuoteHANDLING NON-URLENCODED ARGUMENTS
If POSTed data is not of type application/x-www-form-urlencoded or multipart/form-data, then the POSTed data will not be processed, but instead be returned as-is in a parameter named POSTDATA. To retrieve it, use code like this:
my $data = $query->param('POSTDATA');
10 print "Hallo"
20 goto 10