Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Obtaining number of counts per each name in hash

by Monk::Thomas (Friar)
on Jul 07, 2015 at 21:41 UTC ( [id://1133641]=note: print w/replies, xml ) Need Help??


in reply to Obtaining number of counts per each name in hash

- print "$_ $name{$_}\n" for keys %name; + print "$_ $name{$_}\n" for sort keys %name;
;)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2024-03-28 17:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found