hi monks.
I have a basic perl script which is used to upload files on my server. it is working in a perfect way. The problem is that the host has limited maximum perl script execution time to something like 2 minutes more or less . Now when I try to upload large files which ofcours are going to take longer time to upload my script gets killed by the server in the middle of file transfer. Is there a work around this problem?