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

Thanks for your reply, but i am using Windows 7 with no antivirus installed. And i know hiding process is nefarious, but I need to run a program twice in the same system(which wont work until one of those process is hidden)

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

Replies are listed 'Best First'.
Re^3: Win32::Process::Hide did not return true value
by Abhijit10089 (Novice) on Jun 11, 2013 at 17:40 UTC

    Any other suggestions?

      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