summaryrefslogtreecommitdiff
path: root/pod/perlfaq8.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-15 03:22:57 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-15 03:22:57 +0000
commit1a91aff4866a96b265856141bcd4ee58b868fcc8 (patch)
treea15da1877ea39b5585fcb8d97f4bd2375a0e1bd5 /pod/perlfaq8.pod
parent7f04632dc7331d954369edc888e0d378dd766af3 (diff)
downloadperl-1a91aff4866a96b265856141bcd4ee58b868fcc8.tar.gz
mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
p4raw-id: //depot/perl@2927
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r--pod/perlfaq8.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod
index 7b3ac3edf4..d35a3b3602 100644
--- a/pod/perlfaq8.pod
+++ b/pod/perlfaq8.pod
@@ -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).