in reply to Re^2: Win32::Process::Hide did not return true value
in thread Win32::Process::Hide did not return true value

Any other suggestions?

  • Comment on Re^3: Win32::Process::Hide did not return true value

Replies are listed 'Best First'.
Re^4: Win32::Process::Hide did not return true value
by Anonymous Monk on Jun 12, 2013 at 03:03 UTC

    Any other suggestions?

    No. Look at the source, for some reason the hiding function fails to load, or fails to hide the process. It has no diagnostics. You could look at $^E but I doubt it would be helpful -- basically you're left debugging C-code calling (often obscure) win32 APIs