Help for this page
$pid = fork; if ($pid == 0){ # Is a child $iterations++; ... if ($pid == 0){ # Is a child exit; }