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