in reply to Re^2: Which modules does somescript.pl use?
in thread Which modules does somescript.pl use?
you can print out %INC at anny time you want to ;)
modules that are importet by use are done in compile time, so they are in %INC right from the start. if you actualy use require, those modules should appear after you "required" them.