Help for this page

Select Code to Download


  1. or download this
     Because "system" and backticks block "SIGINT" and
     "SIGQUIT", killing the program they're running
     doesn't actually interrupt your program.
    
  2. or download this
    use strict;
    use warnings;
    ...
      print "Iteration $_: Abort = $Abort\n";
      `sleep 5`;
    }