* the fork() entry in perlfunc no longer has the double fork method example, and neither does perlipc, so i refer to the answer in the same document which does. :)
Index: perlfaq8.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq8.pod,v retrieving revision 1.9 diff -u -d -r1.9 perlfaq8.pod --- perlfaq8.pod 21 Jun 2002 04:33:43 -0000 1.9 +++ perlfaq8.pod 21 Jun 2002 04:53:47 -0000 @@ -953,7 +1020,7 @@ Use the reaper code from L<perlipc/"Signals"> to call wait() when a SIGCHLD is received, or else use the double-fork technique described -in L<perlfunc/fork>. +in L<perlfaq8/"How do I start a process in the background?">. =head2 How do I use an SQL database?
