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.
Comment on
Re: Identifying Library Usage
Download
Code
In Section
Seekers of Perl Wisdom