Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: How can I transfer file from client? Futher problems inside...

by Corion (Patriarch)
on Jul 11, 2000 at 12:09 UTC ( [id://21931]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      local *FILE;
      open( FILE,  "> $file" ) or die "Couldn't create '$file' : $!\n";
      ...
      close( FILE );
    
  2. or download this
    {
      local $/ = "";
    ...
    };
    
    # $form_data now contains the submitted stuff
    

Log In?
Username:
Password:

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

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

    No recent polls found