Help for this page

Select Code to Download


  1. or download this
    if ($pid = fork()) {
       # parent
    ...
        close(STDERR);
        exec("otherscript.pl");
    }