Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
No need for the potentially nonportable $SIG{CHLD}.
p4raw-id: //depot/perl@8361
# check that child is reaped if the piped program can't be executed
{
- local $SIG{CHLD} = 'DEFAULT';
open NIL, '/no_such_process |';
close NIL;