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];
|
|---|