Help for this page

Select Code to Download


  1. or download this
      # @exec has the commad that i wish to run
      # but we're throwing away the error meesages
    ...
      while (<T_RES>) {
        # parsing the output
      }
    
  2. or download this
      # @exec has the commad that i wish to run
    
    ...
      }
    
      waitpid $pid, 0;  # if necessary, see below