in reply to ftp'ing 'Find' results from an array

IIRC, the File::Find module doesn't work in conjunction with the FTP module. In other words, you're only getting a File::Find on the subdirectories of the client folder specified.

FTP, in fact, probably would never be able to accomplish this. I'm not even sure how you'd do this, unless you sent and recieved perl code/data over TCP/IP client/server, or do an NFS mount or something like that.

--
perl -e "print qq/just another perl hacker who doesn't grok japh\n/"
simeon2000|http://holdren.net/