in reply to Finding what modules use and what uses the modules
in addition to scandeps you cam be interested to inspect what the following two lines do:
perl -d:Modlist=options script.pl perl -MDevel::Modlist=options script.pl # equivalent
If you feel very insane you can be interested into one of my insane tricks: check modules used by a script and their version but please read carefully the thread to be aware of all caveats.
L*
|
---|