Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: CGI Uploading (repost)

by cees (Curate)
on Apr 17, 2003 at 06:17 UTC ( [id://251140]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      # Get the name of the file and an 
      #  open file handle to the file contents
    ...
      while ($line = <$filename>) {
        print $line;
      }
    
  2. or download this
      # Get the name of the file and an 
      #  open file handle to the file contents
    ...
        print OUTFILE $buffer;
      }
      close $filename;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (8)
As of 2024-03-28 09:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found