in reply to Re: Re: Detecting if a script uses non-standard module
in thread Detecting if a script uses non-standard module
I guess, to your point, I could use File::Find to resurse Perl's @INC paths, keeping track of the names of all modules found, and then compare that list to the one provided in perlmodlib.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Detecting if a script uses non-standard module
by Vautrin (Hermit) on Apr 05, 2004 at 16:20 UTC |