in reply to Does AUTOLOAD exist?

You can use 'can', even if the interface is not OO. I use this in Module::Optional

require Test::Pkg::Thing; if( Test::Pkg::Thing->can('AUTOLOAD') ) { print "can AUTOLOAD!\n"; }

--

Oh Lord, won’t you burn me a Knoppix CD ?
My friends all rate Windows, I must disagree.
Your powers of persuasion will set them all free,
So oh Lord, won’t you burn me a Knoppix CD ?
(Missquoting Janis Joplin)