Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: how to get a subroutine name?

by LanX (Saint)
on Jun 26, 2013 at 12:04 UTC ( [id://1040765]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       DB<116> sub __CALLER__ { 
               my $level = shift;
    ...
    
      DB<131> tst()
    main::tst
    
  2. or download this
      DB<136> use Data::Dump qw/dd/
    
    ...
      subroutine  => "main::tst",
      "wantarray" => 1,
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1040765]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-19 20:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found