Help for this page

Select Code to Download


  1. or download this
    package fred;
    
    ...
      $DEFAULT_HANDLER-<('Died via indirection'); # a la Schwarz & Phoe
    +nix
      &$DEFAULT_HANDLER('Died via default');
    }
    
  2. or download this
    fred->raise_exception("Some text");
    
  3. or download this
    AUTOLOAD(fred Some text) - fred::raise_exception
    AUTOLOAD(Some text) - fred::die