Help for this page

Select Code to Download


  1. or download this
       {
          local $ignore_interrupt = 1;
    ...
       }
       ...
       return if $ignore_interrupt;
    
  2. or download this
       {
          local $ignore_interrupt = 1;
    ...
       } else {
          do_interrupt;
       }