Help for this page

Select Code to Download


  1. or download this
    $SIG{__DIE__} = sub {
      print STDERR @_;
      print STDOUT ...; # whatever you want
      exit(1);
    };
    
  2. or download this
    our $::error_context;
    {
    ...
      # back to context "RC-E"
      ...
    }