Help for this page

Select Code to Download


  1. or download this
    elsif ($pid > 0) {
        # write $pid to .pid file
        cleanup();
        exit(0);                 ## problem happens HERE
    }
    
  2. or download this
    ## now in sub-process