in reply to Identifying Library Usage

Have a look at B::Xref (used by running perl -MO=Xref yourscript.pl for each script.). It outputs information about declarations and uses of all types of variables and subroutines.