# # # Unix Daemons in Perl # http://www.webreference.com/perl/tutorial/9/ # # http://search.cpan.org/~ehood/Proc-Daemon-0.03/Daemon.pm # Proc::Daemon::Init # # A daemon is a process that runs in the background # # # # module contains the routine Init which can be called by # # a Perl program to initialize itself as a daemon. # # http://bob.rasey.net/txt/daemon.txt http://bob.rasey.net/archives/000148.html # # End of file