my $pid = fork; die "Could not fork: $!" unless defined $pid; if (!$pid) { exec $myScript; }