Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: ftp return value

by derby (Abbot)
on May 16, 2002 at 02:22 UTC ( [id://166905]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    eval {
    ...
    } else {
       print "A-Okay";
    }
    
  2. or download this
    @files = qw( $file1 $file2 $file3 );
    
    ...
       $ftp->put( $_ )
         or die "Cannot put";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-26 05:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found