Neither search.cpan.org nor Meta CPAN provide download statistic. They cannot provide that data because most of the people will download the CPAN distributions from the CPAN mirrors.

On the other hand both web sites use Google Analytics and we can use that see which pages were visited most of the times.

I think we can assume that the number of people reading the documentation probably has a good correlation to actual usage of the modules.

Caveat

The fact that a module is "popular" or that its documentation is read the most does not mean that it is recommended. For example XML::Simple is the top hit among the XML-related modules even though it is not recommended to any new code. Its popularity is probably due its name and hat's probably it is used in a lot of old code and people who need to maintain that code need to read the documentation.

Top 20 modules on search.cpan.org

  1. DBI
  2. JSON
  3. LWP::UserAgent
  4. DateTime
  5. XML::Simple
  6. Text::CSV
  7. Spreadsheet::WriteExcel
  8. DBD::mysql
  9. XML::Parser
  10. WWW::Mechanize
  11. Excel::Writer::XLSX
  12. Net::SSH::Perl
  13. Net::SMTP
  14. Net::Telnet
  15. DBD::Oracle
  16. Spreadsheet::ParseExcel
  17. IO::Socket::SSL
  18. HTTP::Response
  19. DBIx::Class::ResultSet
  20. Log::Log4perl

Top 20 modules on MetaCPAN

  1. App::Netdisco
  2. DBI
  3. WWW::YouTube::Download
  4. Mojolicious
  5. DateTime
  6. Task::Kensho
  7. LWP::UserAgent
  8. Test::More
  9. JSON
  10. Spreadsheet::ParseExcel
  11. Search::Elasticsearch
  12. Catalyst::Manual::Tutorial
  13. App::cpanminus
  14. DBIx::Class::ResultSet
  15. Acme::DRM
  16. Selenium::Remote::Driver
  17. App::perlbrew
  18. Getopt::Long
  19. DBD::mysql
  20. Moo
  21. WWW::Mechanize

Caveat - round 2

Of course looking at these list without the corresponding number of visits is misleading. Especially because search.cpan.org still has 3-4 times more visitors than MetaCPAN.org.

One has to take in account that XML::Simple, which is at the 5th place on search.cpan.org gets more readers than DBI which is at the 2nd place on MetaCPAN.

App::Netdisco looks like a bit of an anomaly, but the URL netdisco.org redirects to the MetaCPAN page and that brings in quite a few visitors.

There are only 3 modules on MetaCPAN that get more visitors than Log::Logperl which is 20th place on search.cpan.org. Probably the best would be to go over the lists, combine the numbers from the top 20 or 30 modules on both sides and create a list of modules like that, but I am not sure it is really worth the energy.