in reply to Proc::Daemon
Now from the parent script you only have to do a:
and system will return as the forked off child detaches itself from the parent. Useful for when your client program has to start it's own server.system('perl my_daemon.pl');
It's Neat!
|
---|