in reply to Can I find out which package a subroutine is from, originally?
Unfortunately, I'm just going by docs here, and don't know if this will work, or if it just encapsulates what you're already doing. Good luck.use Devel::Symdump; my $dump = Devel::Symdump->new('Everything::node::user'); my @functions = $dump->functions();
Update: Tested. Doesn't work... prints out all, just like your above code. Sorry.
stephen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Can I find out which package a subroutine is from, originally?
by nate (Monk) on Jan 03, 2001 at 06:29 UTC |