Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
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 meditating upon the Monastery: (4)
As of 2024-03-29 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found