Hi list, Is there a nice way to get a list of modules a script/module is dependent on? FWIW: "perl -r script.pl" (for requires), or even "perl --show-dependencies script.pl" would do: load_all_use_statements(); use Data::Dumper; print Dumper({%INC}); exit; AlfieThread Next