Re: Need help on Threads to add parallelism.

2008-11-05 Thread p sena
Hi, Instead use fork if your r running unix's, well see how it would work on windows (i think there is a way for fork in active perl too). Threads would not be stable enough but yeah fast. Group the tasks in some dstruct and the for each elem in the dstruct fork out processes and let the parent

Graeme Lawry/AU/ITS/ORICA is out of the office

2008-11-05 Thread graeme . lawry
I will be out of the office starting 31/10/2008 and will not return until 10/11/2008. If the matter is a general support query, please contact the Customer Support Centre on ext 2468 or via Note to CSC0. Someone there will be able to assist you. Other than that I will reply to your note on my

Re: problem changing directory in ftp

2008-11-05 Thread Bill Luebkert
ctory > ="/home/Mumba/ARCHIVE/model/date (date is today's date eg 20081105) > In model2 it has to copy from two directories to two local directories > ="/home/Mumba/ARCHIVE/model/date and "/home/Mumba/ARCHIVE/model/date+1 > In model3 it has to copy from 4 remote direct

problem changing directory in ftp

2008-11-05 Thread zilore mumba
l/date (date is today's date eg 20081105) In model2 it has to copy from two directories to two local directories ="/home/Mumba/ARCHIVE/model/date and "/home/Mumba/ARCHIVE/model/date+1 In model3 it has to copy from 4 remote directories. Currently it is putting all files in the same local

Need help on Threads to add parallelism.

2008-11-05 Thread Ningappa Sullalli
Hello all, I have an perl script download.pl, which downloads the some application builds for different platforms(ex: AIX,HP-UX,Solaris,Linux, and Windows) from build server(ABC) to local build server(XYZ). The script download.pl runs on local build server(XYZ), takes the inputs from file (conta

problem installing Mail::Transport::Dbx

2008-11-05 Thread sanket vaidya
Hi all, I want to install Mail::Transport::Dbx module. I use Active perl 5.10 on Windows XP. I have downloaded the .tar file from CPAN. When I try to install manually following below steps perl makefile.pl nmake nmake test nmake install I get the following error for 2nd step I