Actions
Feature #8725
closedPossibility to get a signal handler without changing it
Description
in Perl
$xxxHandler = $SIG{XXX}
in Ruby it could be
xxxHandler = trap 'XXX'
Actions
Like0
Like0Like0Like0
Description
in Perl
$xxxHandler = $SIG{XXX}
in Ruby it could be
xxxHandler = trap 'XXX'