Help for this page

Select Code to Download


  1. or download this
    Win32::Process::KillProcess($pid, 1);
    
  2. or download this
    $p_obj->Kill($exitcode);
    
  3. or download this
    system 'fkill ' . $pid;