Help for this page
die "Cannot continue :$!" unless(defined(my $kid = fork())); ... system("my scheduler"); exit; }
in my scheduler : ... }