[prog] Finding your Perl modules

Douglas Hunter dug at plusthree.com
Wed Jun 8 02:35:29 EST 2005


Dan wrote:
> Is there an "official" way to find all the Perl modules installed on
> your system? I've done this and it works pretty well:
>   locate '*.pm'
> but I was wondering if there's some built-in mechanism to do it.
> 

`perldoc -q installed` suggests a couple of ways.

-- Douglas


More information about the Programming mailing list