Help for this page

Select Code to Download


  1. or download this
    sub REAPER {
      {} until ( waitpid(-1, WNOHANG) == -1)
    }
    
  2. or download this
    sub REAPER {
      1 until ( waitpid(-1, WNOHANG) > 0)
    }