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