Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: I need to sort out some values and get only the highest generated by my perl script

by Prior Nacre V (Hermit)
on Oct 29, 2004 at 09:47 UTC ( [id://403658]=note: print w/replies, xml ) Need Help??


in reply to Re: I need to sort out some values and get only the highest generated by my perl script
in thread I need to sort out some values and get only the highest generated by my perl script

Or perhaps just:

my %count; map { ++$count{$_} } ( $site =~ /([A-WY._])/g );

Minor note: there is no X or Z.

Regards,

PN5

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-19 02:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found