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?
You could maybe just mess with @INC or programmtically rename each module directory and then perl -c each script and look for the "Undefined subroutine &main:: at line" errors
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How do I detect what modules are not being used?
by Limbic~Region (Chancellor) on Apr 07, 2005 at 14:49 UTC |