in reply to Re^2: Referencing a hash of hashes
in thread Referencing a hash of hashes
Update - You can get the source of the subroutine with B::Deparse I should have said. Perhaps you meant the name of the subroutine.sub a { print "foo\n"; } use B::Deparse; my $deparser = B::Deparse->new('-p'); print $deparser->coderef2text(\&a);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Referencing a hash of hashes
by imp (Priest) on Aug 18, 2006 at 15:35 UTC | |
by chromatic (Archbishop) on Aug 19, 2006 at 01:12 UTC | |
|
Re^4: Referencing a hash of hashes
by Ronnie (Scribe) on Aug 21, 2006 at 08:38 UTC |