Hi,monks.
Could you please provide me a small code example of how to implement multithreading in perl.
I'm trying to write a script that downloads file via ftp
and at the same time prints '#' on STDOUT until the download is finished.
Thank you very much in advance!