- 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
[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
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?
___