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

Re: how to find the module of a specific function? symbol table -- oneliner

by Discipulus (Canon)
on Oct 26, 2017 at 16:16 UTC ( [id://1202085]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MDevel::Symdump -E "package A{sub asub{1}}package B::B{sub bsub{
    +1}};; $sym=Devel::Symdump->rnew('main'); 
    for $p($sym->packages){ 
    ...
    
    B::B::bsub found in package B::B at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 16:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found