in reply to Symbol table globbing from object refs
See. Class::ISA and Devel::Symdump for more info.use Class::ISA; use Devel::Symdump; ## you may want to use Scalar::Util's blessed() my $pkg = ref $obj; Devel::Symdump->functions( Class::ISA::super_path($pkg), $pkg );
_________
broquaint
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Symbol table globbing from object refs
by QM (Parson) on Nov 29, 2003 at 17:39 UTC | |
by broquaint (Abbot) on Nov 29, 2003 at 22:36 UTC | |
by ysth (Canon) on Nov 30, 2003 at 02:05 UTC |