One 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?
One 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?
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.
Update: Here are other discussions on the topic from PerlMonks:
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 ...
© 2022 - 2024 — McMap. All rights reserved.