in reply to Re^2: My AUTOLOAD doesn't work in newer Perls. How to fix?
in thread My AUTOLOAD doesn't work in newer Perls. How to fix?
If $f is a code ref, you're good. Otherwise, $f is a symbol, and you can provide messages for !exists(&$f) and !defined(&$f).
|
---|