Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: strict isn't everything

by Dog and Pony (Priest)
on Jun 11, 2002 at 17:52 UTC ( [id://173590]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(OUTPUT,">>$outputFile");
    
  2. or download this
    $CGI::DISABLE_UPLOADS      = 0;          # Temporarily reenable up
    
  3. or download this
    if ( $stats[7] > MAX_FILE_SIZE || %errors ) {
      $errors{'file_size'} = ["","","Your submitted file's size is over 3M
    +B."];
    
  4. or download this
    if( $file_type =~ /octet-stream/ ) { 
      $errors{ 'file_type' } = ["","","Unrecognize your submitted resume f
    +ile format."];
      goto Print;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-18 18:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found