Help for this page
sub trap_signals { $SIG{CHLD} = \&handler; :
sub trap_signals { my $sig = \%SIG; $sig->{CHLD} = \&handler; :