in reply to Re^2: Another Subroutine Redefined Postin thread Another Subroutine Redefined Post
use Data::Dumper; use Devel::Symdump; my $s = Devel::Symdump->new(); print Dumper($s->functions()); [download]