in reply to Re: Re: Symbol table globbing from object refs
in thread Symbol table globbing from object refs

I think some Autoloaded functions (such as accessors) may be missed
Indeed, since an AUTOLOADed subroutine can be almost anything they're more or less impossible to test for. But this is also basically the same situation for any run-time generated subroutines, so any attempts at getting all available methods naively can only be so effective.
HTH

_________
broquaint

  • Comment on Re: Re: Re: Symbol table globbing from object refs