Help for this page
$ perl -E 'say "$_ => $SIG{$_}" for sort {$a cmp $b} keys %SIG' ABRT => ... WINCH => XCPU => XFSZ =>
$ perl -MData::Dumper -E 'say "$_ => $SIG{$_}" for sort {$a cmp $b} ke +ys %SIG' #snip much the same as above, except for... __WARN__ =>