Help for this page

Select Code to Download


  1. or download this
    package DESTROY::EVAL_ERROR::NOT;
    
    ...
            *{$pkg}= sub { local $@; $orig->(@_) };
        }
    }
    
  2. or download this
    use Broken::Package;
    use DESTROY::EVAL_ERROR::NOT qw( Broken::Package );
    ...