in reply to AUTOLOAD -- deprecated, in relation to inherited method/function
As with any perl error message you can look it up in perldoc perldiag (or add use diagnostics; to your code, or pipe stderr through the splain utility). There's an explanation and a workaround for this therein.
|
|---|