Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

(Ovid) Re: Which modules are most often mentioned on PerlMonks???

by Ovid (Cardinal)
on Jan 26, 2001 at 02:48 UTC ( [id://54398]=note: print w/replies, xml ) Need Help??


in reply to Which modules are most often mentioned on PerlMonks???

This is too cool :) I'm glad to see that my favorite module came in first :)

I am curious about one thing, though. There are plenty of modules that have been mentioned only twice, but none that are mentioned once. I don't want to suggest that you have a bug in your code, so I humbly ask, what were the criteria for inclusion on the list?

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.

  • Comment on (Ovid) Re: Which modules are most often mentioned on PerlMonks???

Replies are listed 'Best First'.
Re: (Ovid) Re: Which modules are most often mentioned on PerlMonks???
by vroom (His Eminence) on Jan 26, 2001 at 03:12 UTC
    I trimmed it down cuz if I had the modules that were just mentioned once in there it was too long to fit in a MySQL text field.

    I basically just searched through the database dump for things that matched  /((\w+::)+\w+)/ or /(\w+\.pm)/i to find the matches.

    vroom | Tim Vroom | vroom@cs.hope.edu

      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

Re: (Ovid) Re: Which modules are most often mentioned on PerlMonks???
by extremely (Priest) on Jan 26, 2001 at 02:52 UTC
    Yes, is this just in code blocks, or from bracket references as well?

    --
    $you = new YOU;
    honk() if $you->love(perl)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://54398]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-18 02:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found