Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: getting sometimes empty cgi form with post

by almut (Canon)
on Mar 07, 2010 at 16:30 UTC ( [id://827249]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($ENV{REQUEST_METHOD} eq 'POST') {
        my $n = read STDIN, my $query, $ENV{CONTENT_LENGTH};
        warn $! unless defined $n;  # (-> check error_log)
        # ... check $query
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://827249]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-26 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found