Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
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 chanting in the Monastery: (9)
As of 2024-03-28 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found