Help for this page

Select Code to Download


  1. or download this
    use Test::LeakTrace;
    
    ...
    
        exit $result;
    }
    
  2. or download this
    print "Failed to install service: $!\n";
    
  3. or download this
    print 'Failed to install service: ',
           Win32::FormatMessage(Win32::Daemon::GetLastError()), "\n";