in reply to Re^2: checking for all packages
in thread checking for all packages

Hi,

Instead of using those modules with use, you can try with perldoc command (check perldoc already installed) You can check for a module's installation path by: perldoc -l ourmodule::name

Have it list of packages in array, use foreach loop and execute perldoc command and check. perldoc -l will return the only the file name of the module found.

Getting the CPAN dependency tree of a Perl module

All is well