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

Re^2: Favourite modules April 2003 (scripted top10 list)

by Aristotle (Chancellor)
on Apr 16, 2003 at 00:43 UTC ( [id://250746]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (sort { $module{$a} <=> $module{$b} } keys %module) {
        printf "%04d, %s\n", $module{$_}, $_;
    }
    
  2. or download this
    /^use\s+([^\s;]+)/ && $_{$1}++ while <>;
    
    printf "%04d, $_\n", $_{$_} for sort { $_{$b} <=> $_{$a} } keys %_;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-18 22:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found