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

RE: Generate a Graph-ical call tree for your *.pm perl modules

by johannz (Hermit)
on May 25, 2000 at 20:36 UTC ( [id://14801]=note: print w/replies, xml ) Need Help??


in reply to Generate a Graph-ical call tree for your *.pm perl modules

If all you are concerned about is what modules are being used, and you're not concerned about what particular methods are being used, you can use Devel::Modlist available from CPAN.
You run the script with the -d:Modlist option and when the script ends, it displays what modules packages were loaded and their version numbers, if set. The downside is you do have to run the script; the upside is this will handle dynamic including of packages.
  • Comment on RE: Generate a Graph-ical call tree for your *.pm perl modules

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-23 23:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found