Help for this page

Select Code to Download


  1. or download this
    $SIG{INT} = 'IGNORE'; # ignore signal and keep on going, but without a
    + connection to your user
    $SIG{INT} = sub { die "Received SIGINT\n" }; # normal exit with an err
    +or