Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: What modules are we actually using?

by Booger (Pilgrim)
on Apr 27, 2005 at 14:47 UTC ( [id://451977]=note: print w/replies, xml ) Need Help??


in reply to Re: What modules are we actually using?
in thread What modules are we actually using?

Having tried this sort of thing before, I think that your suggestion is a good one.

Figuring out which modules are being used is an extremely difficult task (given that some of your modules may be included at run-time) and even the best solutions for walking a codebase and discovering module usage don't quite cut it.

  • Comment on Re^2: What modules are we actually using?

Replies are listed 'Best First'.
Re^3: What modules are we actually using?
by dmorelli (Scribe) on Apr 27, 2005 at 15:02 UTC
    I was thinking about this too. It sounds like a tall order.

    Maybe it's unlikely to be happening in the OP's particular code base, but it's entirely possible to require an arbitrarily-named file that itself is requiring modules and doing things with them. And eval could be used in a similar manner. Hard to say where code may be coming from.

Log In?
Username:
Password:

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

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

    No recent polls found