mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
Gurusamy Sarathy [Mon, 15 Feb 1999 03:22:57 +0000 (03:22 +0000)]
p4raw-id: //depot/perl@2927

pod/perlfaq8.pod

index 7b3ac3e..d35a3b3 100644 (file)
@@ -896,6 +896,9 @@ Background yourself like this:
 
 =back
 
+The Proc::Daemon module, available from CPAN, provides a function to
+perform these actions for you.
+
 =head2 How do I make my program run with sh and csh?
 
 See the F<eg/nih> script (part of the perl source distribution).