Help for this page

Select Code to Download


  1. or download this
    for ($x=0; $x < scalar(@files); $x++ ) {
        $file=@files[$x];
    ...
            die "fork failed.";
        }
    }