Help for this page

Select Code to Download


  1. or download this
    use Win32::Process;
    use Win32;
    
  2. or download this
    sub start_app {
        my ($self, $app) = @_;
    ...
            return 1;
       }
    }
    
  3. or download this
    
    sub check_app {
    ...
        # All ok, just return true
        return 1;
    }
    
  4. or download this
    
    sub stop_app {
    ...
        }
    
    }