http://qs321.pair.com?node_id=1044369


in reply to ftp new files

I find Net::FTP a very useful module, it has the mdtm method which would allow you to get the modification time of the files, storing the last modification time of the previous run to disk, this would allow you to pick up where you left off at the previous run.

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."