Help for this page
system("command &");
my $pid; if (defined ($pid=fork)) { ... else { die "Error in fork: $!\n"; }