Help for this page
system "( sleep 10; ls -l ) &";
if ( $pid = fork ) { # this is the parent ... else { die "can't fork: $!"; }