Help for this page

Select Code to Download


  1. or download this
    if (fork == 0) { # create a subprocess
     local $SIG{HUP} = sub {}; # ignore SIGHUP (untested)
    ...
     close(MAIL);
     exit(0);
    }