Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: How to find the repeated text in hash

by Utilitarian (Vicar)
on Feb 09, 2015 at 14:20 UTC ( [id://1116060]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    my %name_count;
    ...
    for my $name (sort {$name_count{$a}<=>$name_count{$b}} keys %name_coun
    +t){
      print "$name occurs $name_count{$name} times in the \%names hash\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (8)
As of 2024-04-25 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found