Help for this page

Select Code to Download


  1. or download this
    # ------------------------------------------------
    # spawn completely detached deamon
    ...
        close CGI::Carp::SAVEERR; # <-- close LOG
        return 0;
    };
    
  2. or download this
    It's like this:
    # ------------------------------------------------
    ...
        close STDOUT; close STDIN; close STDERR;
        return 0;
    };