http://www.perlmonks.org?node_id=57161


in reply to perl daemon

If you want your program to be a "real" daemon, you will probably want to use Proc::Daemon to daemonize your process before you do the checking for the file.

/brother t0mas