Help for this page

Select Code to Download


  1. or download this
    
    die "Cannot continue :$!" unless(defined(my $kid = fork()));
    ...
      system("my scheduler");
      exit;
    }
    
  2. or download this
    
    in my scheduler :
    ...
    }