Re: perldoc question

2005-09-28 Thread Reinhard Pagitsch
[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

perldoc question

2005-09-28 Thread assistent
[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