Help for this page

Select Code to Download


  1. or download this
    system("test2.pl &");
    
  2. or download this
    my $pid = fork;
    if (defined $pid and !$pid) {
    ...
    }