in reply to Re: Re: Net::Daemon and zombies
in thread Net::Daemon and zombies

What version of Net::Daemon is that? On 0.37, the version on CPAN, SigChildHandler is just
sub SigChildHandler { my $self = shift; my $ref = shift; return 'IGNORE' if $self->{'mode'} eq 'fork' || $self->{'childs'}; return undef; # Don't care for childs. }