Re: Wnn32::Procecc question

2005-09-28 Thread Sisyphus
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, September 28, 2005 5:00 PM Subject: Wnn32::Procecc question > Hi All! > I Have 2 perl scripts > first script calls Win32::Process::Create > and exits > in second script I want to kill > p

Re: Wnn32::Procecc question

2005-09-28 Thread Reinhard Pagitsch
[EMAIL PROTECTED] wrote: Hi All! I Have 2 perl scripts first script calls Win32::Process::Create and exits in second script I want to kill process created in first script But how I can pass $procobj to second script to kill it like <$procobj->Kill($exi)> Or how can I in first script get $pid o

Wnn32::Procecc question

2005-09-28 Thread assistent
Hi All! I Have 2 perl scripts first script calls Win32::Process::Create and exits in second script I want to kill process created in first script But how I can pass $procobj to second script to kill it like <$procobj->Kill($exi)> Or how can I in first script get $pid of process from $procobj? ___