Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Unique value count in hash not working properly

by koolgirl (Hermit)
on Sep 30, 2011 at 12:40 UTC ( [id://928763]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach $batch_dates (@dates) {
            
    ...
            print $key . " = " . $count{$key} . "\n";
        } # end foreach
    }
    
  2. or download this
    user id1 = 1
    user id2 = 1
    user id1 = 2
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://928763]
Approved by Corion
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: (6)
As of 2024-03-29 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found