in reply to Fork Results in thousands of processes

{ # in Child Process ... exit(0); <- Missing }
Or:
{ # in Child Process exec('touch', $callCount); die $!; }