in reply to How do I run a script in the background? How should I run a script as daemon?
Actually, a better solution is the Proc::daemon module, or the Net::daemon module if you need to claim a socket.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answer: How do I run a script in the background? How should I run a script as daemon?
by Fastolfe (Vicar) on Nov 17, 2000 at 00:54 UTC | |
by AgentM (Curate) on Nov 17, 2000 at 01:05 UTC |