Is there anywhere I can find information on the relative popularity of Perl modules? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
开发者_JAVA技巧 Improve this questionOne of the problems of using CPAN is that "there's more than one module to do it". I often wonder what everyone else is using.
Is there any information on the relative popularity of CPAN modules anywhere?
Recommended CPAN Modules
Update: Here are other discussions on the topic from PerlMonks:
Social CPAN : Finding the best and most popular modules
cpan module; download count
How to pick a CPAN module
When it works, CPANTS has a feature that counts the number of times a module on CPAN is used by other modules on CPAN.
If you are interested in download counts, some numbers are available on PPM Index - look for popular modules. Data are a bit skewed, since it is Windows only, but you can get an idea.
Task::Kensho is usually where I start. Its an actively maintained list of recommended modules and its on a monthly release schedule. The group of people maintaining it seem fairly organized and are very active in the community so I think it is a pretty accurate reflection of whats currently considered "good" in the Perl community.
Obviously it doesn't cover every possible topic and the whole thing is at least somewhat subjective, but I still think its useful.
MetaCPAN has a favorite database for CPAN distributions.
The list of the most popular CPAN modules according to this database can be seen here: https://metacpan.org/favorite/leaderboard
I use to perform google site search on the stackoverflow several times : site:http://stackoverflow.com perl <> ... quick browse of the first 10 results gives me an idea on whether or not the module would be worth enough to try ...
精彩评论