in reply to how to get the perl installed modules
A very lowbrow way to do it would be:
find / -name '.pm'|'*.PM'
or on windows:
dir \*.pm /s.
Granted, you may have to parse the file names a bit, and this assumes that *you* want to know, not a script.