http://www.perlmonks.org?node_id=119900


in reply to ExtUtils::Installed and perl5.6.*

List of installed modules
What Modules are Installed? works wonders

both came from searching for installed modules

Replies are listed 'Best First'.
Re: Re: ExtUtils::Installed and perl5.6.*
by brother ab (Scribe) on Oct 19, 2001 at 13:15 UTC

    Yes, I read that before I ask.

    To be understood right: I don't want to know what modules are installed, I want to know where do they put their files.

    Solutions with directories scanning could be possible if all modules would install files inside Perl hierarchy only. But some of them e.g install executables in /usr/local/bin or /usr/bin and so on. I do could scan, but not all my filesystems!

    -- brother ab