Help for this page

Select Code to Download


  1. or download this
    {
       # in Child Process
       ...
       exit(0);          <- Missing
    }
    
  2. or download this
    {
       # in Child Process
       exec('touch', $callCount);
       die $!;
    }