Help for this page

Select Code to Download


  1. or download this
    package Lib::Daemon;
    
    ...
    1;
    
    __END__
    
  2. or download this
    Lib::Daemon::daemonize();
    print "Starting Daemon.... \n\n";
    ...
        }
        
    }