in reply to Re: Win32::Daemon + IPC::Run redirect problem
in thread Win32::Daemon + IPC::Run redirect problem

It isn't supposed to START a service if you pass the "install" argument, it is supposed to INSTALL the service. You can start the service from the services.msc control panel. Or you can run the script from the command-line with no arguments to see it actually run like it is supposed to (redirect ping output).
  • Comment on Re^2: Win32::Daemon + IPC::Run redirect problem