RE: Piped input

2004-05-10 Thread NandKishore.Sagi
The file handlers are both DAL. Change the file handler names. -Original Message- From: William Black [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 8:50 AM To: [EMAIL PROTECTED] Subject: re: Piped input >Hello I have the following driver script that calls two perl scripts

re: Piped input

2004-05-10 Thread William Black
Hello I have the following driver script that calls two perl scripts to run them asyn. The driver calls the open command for both scripts but the pgm just hangs and never finishes. Does anyone know why? Driver: open (DAL,"|C:\temp7\backup\temp1.pl"); open (DAL,"|C:\temp7\backup\temp2.pl"); wh