in reply to Re^2: Which modules does somescript.pl use?
in thread Which modules does somescript.pl use?

Sure, add something like:

use Data::Dumper; END { print Dumper \%INC }
at the top of the program file.

/J\

Replies are listed 'Best First'.
Re^4: Which modules does somescript.pl use?
by myuserid7 (Scribe) on Apr 14, 2005 at 10:42 UTC
    Great thanks!