I was wondering what the best way was to use Net::FTP
to make file transfers in the background (one at a time),
from an FTP server. I need to be able to "time out" a
transfer after a certain amount of seconds, I don't want
to use fork() and waitpid, I think I remember reading
somewhere about using eval() and alarm() in combination
to manage this. Any ideas?
zonem