Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

pemungkah's scratchpad

by pemungkah (Priest)
on Nov 08, 2006 at 02:41 UTC ( #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? | Other CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2023-03-28 12:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (67 votes). Check out past polls.

    Notices?