Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: improve FTP script

by asw (Initiate)
on Jun 14, 2012 at 20:55 UTC ( [id://976303]=note: print w/replies, xml ) Need Help??


in reply to Re: improve FTP script
in thread improve FTP script

thanks for the reply. yeah, that is true re: "die". I was looking it over again, and ran into a possible problem:

if (scalar(@tmp_file_list) == 0) { die("the directory is empty!"); } else { foreach (@tmp_file_list) { if ($_ eq $lock_file) { die("Transfer_helper is busy."); } } }

-- if there is are no files in the dir, the script should exit (and not write the lock file.

I like the idea of creating a sub for managing the lock file. thanks

Log In?
Username:
Password:

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

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

    No recent polls found