in reply to How do I detect what modules are not being used?
perl -d:DProf mycode.pl
To find out which modules/subroutines are actually called/used
I know that this may not catch all the edge cases but it might be worth a try ?
Cheers
The Cat
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How do I detect what modules are not being used?
by hakkr (Chaplain) on Apr 07, 2005 at 14:26 UTC | |
by Limbic~Region (Chancellor) on Apr 07, 2005 at 14:49 UTC |