Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^12: file upload and IO::Handle

by rowdog (Curate)
on Sep 10, 2010 at 20:44 UTC ( [id://859694]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        open (SES, ">$_sloc/$sessid.session");
        print SES "$bytes_read:$length:$percent";
        close (SES);
    
  2. or download this
        open (SES, ">$_sloc/$sessid.session") or die $!;
        print SES "$bytes_read:$length:$percent";
        close (SES);
    

Log In?
Username:
Password:

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

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

    No recent polls found