[EMAIL PROTECTED] wrote:
[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
[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 s