Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Bug in 'strict'? - CGI::SL, upload, CGI::Carp and stuff

by bjelli (Pilgrim)
on Apr 05, 2001 at 19:27 UTC ( [id://70133]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
            no strict;
    ...
               print FILE $buffer;
            }
    }
    
  2. or download this
    $fh = $query->upload('uploaded_file');
                while (<$fh>) {
                      print;
                }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://70133]
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-19 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found