Help for this page

Select Code to Download


  1. or download this
    if(kill(0,$Kind_pid)) {
    
  2. or download this
    if ($Kind_pid) {
    
  3. or download this
    die "Could not fork: $!\n" unless (defined(my $Kind_pid = fork() ));