Things like evaluating @ISA by hand *snip* seem so excessive that I reckoned someone must have thought of something.Yes, examine @ISA (that's one of the reasons @ISA exists).
use Scalar::Util qw{ blessed };
use Module::Info;
use Data::Dumper;
use IO::File;
die Dumper( Module::Info->new_from_module( blessed( IO::File->new() ) ) );
update: also worth reading up on are Devel::ModInfo and Devel::Symdump.
In reply to Re: Symbol table globbing from object refs
by PodMaster
in thread Symbol table globbing from object refs
by nothingmuch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |