in reply to Finding what modules use and what uses the modules

Hello Lady_Aleena,

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*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.