Help for this page

Select Code to Download


  1. or download this
     # $SIG{HUP} = $SIG{INT} = $SIG{QUIT} = $SIG{TERM} = sub {
     #    $SIG{INT} = $SIG{$_[0]} = sub { };
    ...
     #    CORE::exit(255);
     # };
    
  2. or download this
    use strict; use warnings; use feature 'say';
    use Data::Dumper; ++$Data::Dumper::Sortkeys;
    ...
        }
    }