Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Daemon module stop working 5.8.?

by sth (Priest)
on Apr 29, 2004 at 21:07 UTC ( [id://349273]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # signal handler for child die events
    $SIG{TERM} = $SIG{INT} = \&do_term;
    ...
        }
    
    } continue { $connection->close; }
    
  2. or download this
    sub become_daemon {
      croak "Can't fork" unless defined (my $child = fork);
    ...
      delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
      $SIG{CHLD} = \&reap_child;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://349273]
Approved by kvale
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-19 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found