in reply to Re: Win32::Process not waiting
in thread Win32::Process not waiting

Thanks. My comment "# more code" was intended to show that there was additional stuff there but not included.

Replies are listed 'Best First'.
Re^3: Win32::Process not waiting
by ikegami (Patriarch) on Feb 15, 2007 at 16:27 UTC
    Please don't show us one program and talk about another. What problem does the program you posted exhibit?
      Not sure what you mean. The problem of Win32::Process not waiting is shown in the code I posted. The problem is that $ProcessObj->Wait(INFINITE) is NOT waiting, but going on to other code that I didn't show because it isn't relevant. Thanks!