Help for this page

Select Code to Download


  1. or download this
    for ($i=0; $i<`#of children to do`; $i++;) {
      $pid[$i]= open($created_file_handle, "$custom_call_statement -|");
    ...
      }
    }