http://qs321.pair.com?node_id=54463


in reply to Re: (Ovid) Re: Which modules are most often mentioned on PerlMonks???
in thread Which modules are most often mentioned on PerlMonks???

Interestingly, the most popular modules/pragmas are all missed!

use DBI;
use warnings;
use strict;

Or what about a mention such as "use CGI;" which also would not be counted. Is the intention to exclude all mentions in code? Or would it be practical to add a new RegEx like:

/^use \w+;/

-Lexicon