http://www.perlmonks.org?node_id=1038384


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

I think that error (or is it merely a warning ?) is normally avoided by adding 1;

FWIW, it does this by design, when it fails to hide perl.exe, it doesn't return true, so require warns

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