Help for this page

Select Code to Download


  1. or download this
      $SIG{__DIE__} = sub {
        die @_ if $^S;
        ...
      };
    
  2. or download this
      BEGIN {
        $module_loaded = eval { require Some::Module };
      }