in reply to Searching for Perl Modules in Files
Take a look at Module::ScanDeps.
Update: Once you've got your script to scan for all of the perl scripts (using File::Find, or File::Find::Rule which has example code for this) use Module::ScanDeps to find dependencies.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Searching for Perl Modules in Files
by Anonymous Monk on Aug 27, 2010 at 17:28 UTC | |
by vek (Prior) on Aug 27, 2010 at 21:40 UTC | |
by Anonymous Monk on Aug 27, 2010 at 18:06 UTC |