How do I get a list of installed CPAN modules?

后端 未结 29 2126
盖世英雄少女心
盖世英雄少女心 2020-12-04 07:41

Aside from trying

perldoc 

individually for any CPAN module that takes my fancy or going through the file system and loo

29条回答
  •  不思量自难忘°
    2020-12-04 07:59

    Here is yet another command-line tool to list all installed .pm files:

    Find installed Perl modules matching a regular expression

    • Portable (only uses core modules)
    • Cache option for faster look-up's
    • Configurable display options

提交回复
热议问题