in reply to scp multithreading using perl

1. Can you show some code that demonstrates the problem?
2. Is there a reason to use multithreading instead of fork()? Fork is usually more reliable than perl's threads.