Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

pemungkah's scratchpad

by pemungkah (Priest)
on Nov 08, 2006 at 02:41 UTC ( [id://582768]=scratchpad: print w/replies, xml ) Need Help??

sub _dumpsub { my ($off,$sub) = @_; my $ini = $sub; $sub = $1 if $sub =~ /^\{\*(.*)\}$/; my $subref = defined $1 ? \&$sub : \&$ini; $subref = \&$subref; # Hard reference... my $gv = Devel::Peek::CvGV($subref) or return "CODE()"; '&' . *$gv{PACKAGE} . '::' . *$gv{NAME}; }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 02:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found