Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: CGI::Application and CGI security

by derby (Abbot)
on Jun 30, 2004 at 17:34 UTC ( [id://370824]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $CGI::POST_MAX
     If set to a non-negative integer, this variable puts a
    ...
     An attempt to send a POST larger than $POST_MAX bytes
     will cause param() to return an empty CGI parameter list.
     You can test for this event by checking cgi_error(),
    
  2. or download this
    METHOD: {
       # avoid unreasonably large postings
    ...
          last METHOD;
       }
    }
    
  3. or download this
    if (($POST_MAX > -1 ) && ($content_length > $POST_MAX))
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found