Is there a way to figure out a list of all the perl modules installed on a 
computer?
Regardless of where they may be installed? I don't want the modules that come
with perl, but if the guy installed a cpan module in a directory with a bunch 
of modules
that came installed with perl, I just want the cpan module.
 
And if he put it in a weird directory, I'd need to find those too.
 
Or is it just a matter of going through @INC and hoping anything installed isn't
getting used through a PERLLIB environment variable?
 

_______________________________________________
Boston-pm mailing list
Boston-pm@mail.pm.org
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to