Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Rewrite Program Using Arrays

by perl.j (Pilgrim)
on Mar 25, 2012 at 15:29 UTC ( [id://961493]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Bob Joe Steve
    Joe Bob Mark
    Joe Steve Fred
    Fred Fred Joe
    
  2. or download this
    use 5.12.4;
    use strict;
    use warnings;
    ...
    foreach my $key (sort hashDescend (keys(%wordcount)) {
        print "Word: $key \t\t\t\t\t\t Count: " . ($wordcount{$key}) . "\n
    +";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://961493]
Approved by Happy-the-monk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-16 16:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found