Help for this page
{ local $ignore_interrupt = 1; ... } ... return if $ignore_interrupt;
{ local $ignore_interrupt = 1; ... } else { do_interrupt; }