Help for this page
my $child=fork(); # Spawn off a child if ($child>0) { ... } else { die "Could not fork! $!"; }