in reply to Re^2: Copy Files from network
in thread Copy Files from network

I suggest you take a look at Parallel::ForkManager. The second example uses LWP, where you just need to use

system qq[copy \\\\srcserver\\path\\to\\source.fil \\\\dstserver\\path +\\to\destination.fil];

Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail        "Time is a poor substitute for thought"--theorbtwo
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon