Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
How to resolve below issue effectively which happens due to use of non-methods, please note that methods have been used at many places in the application
"inherited AUTOLOAD for non-method is no longer allowed."
Note that in package i already have it defined, below
Any help would be greatly appreciated.*AUTOLOAD = \&BASE_CLASS::AUTOLOAD; #this doesn't seem to work
|
|---|