My Perl script makes about 40 files, then FTPs the files
to a server. Right now the script takes about 30 seconds
to generate the files and 30 seconds to FTP them. Is there
a way to generate one file, FTP that file and start
generating the second file while the first is being
uploaded as opposed to generating all 40 first, then uploading all 40? This would save me about half the time. The
reason I am doing this is for a pseudo-realtime update, so
I would like the update faster.