Help for this page
if (my $chld = fork) { # supervise $chld from here ... else { # unreliable process here }