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 you can live with just using &$f instead of goto &$f, then use that. (Just realize that &$f returns, while goto &$f doesn't - at least not to the place it was called from).