Help for this page

Select Code to Download


  1. or download this
    local $SIG{TERM} = sub { print STDERR "Got SIG{TERM}! Abort execution?
    + (y/n)"; my $c = getc; chomp $c; exit 0 if lc($c) eq 'y'; };