How can i get only the list of all perl modules with short description of what they will do? So that it will help learners like me to use modules as per our need immediately, rather that searching it for long time.
Asked
Active
Viewed 635 times
1 Answers
4
A list of all the modules included with Perl is in perldoc perlmodlib
.
There are thousands of modules on CPAN. It's easier to search for the module you want.

Sinan Ünür
- 116,958
- 15
- 196
- 339

shawnhcorey
- 3,545
- 1
- 15
- 17