RE: Module Load

2001-03-22 Thread Bill Odom
ailto:[EMAIL PROTECTED]]On Behalf Of Kulkarni, Tushar (GEL, MSX) Sent: Thursday, March 22, 2001 9:38 AM To: '[EMAIL PROTECTED]' Subject: Module Load Hi All, I have a program which I want to execute both on WinNT and HP-UNIX. The program logic requires to create child processes. So o

Module Load

2001-03-22 Thread Kulkarni, Tushar (GEL, MSX)
Hi All, I have a program which I want to execute both on WinNT and HP-UNIX. The program logic requires to create child processes. So on Unix I use fork and on WinNT I use Win32::Process::Create. I don't want to maintain 2 different versions of same script for different platforms. As Win32