in reply to Re^3: Proposal how to make modules using fork more portable
in thread Proposal how to make modules using fork more portable
Is this better?
=head1 PORTABLE PERL CODE
In portable Perl code, kill(9, $child) must not be used on forked processes. The forked processes must terminate themselves.
|
|---|