in reply to Re: How do I detect what modules are not being used?
in thread How do I detect what modules are not being used?

redlemon,
See my earlier reply. This question is not about which modules are being imported, it is about which of those that are being imported are actually being used. This method will not solve that problem.

Cheers - L~R

  • Comment on Re^2: How do I detect what modules are not being used?

Replies are listed 'Best First'.
Re^3: How do I detect what modules are not being used?
by redlemon (Hermit) on Apr 07, 2005 at 14:56 UTC

    Oh dear. You're right. That's going to make it a bit harder.

    I wonder if B::Xref would be of help. Although it would only give you an intermediate output format (namely, what is defined where and what is used where), that may be parseable into something more useful.