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

Re^4: Retrieving data with largest count

by Limbic~Region (Chancellor)
on Jun 02, 2009 at 17:23 UTC ( [id://767691]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Retrieving data with largest count
in thread Retrieving data with largest count

ikegami,
You replied to yourself and not me I didn't see the response initially. I must be having a second Monday. I read the following code:
next if $largest{$group_id} && $largest{$group_id}[2] >= $count;
as
next if $largest{$group_id}[2] && $largest{$group_id}[2] >= $count;
Obviously not having a computer at home for a month and a trip to Vegas to boot has shrunk what little brain cells I have.

Cheers - L~R

Replies are listed 'Best First'.
Re^5: Retrieving data with largest count
by ikegami (Patriarch) on Jun 02, 2009 at 17:29 UTC

    You replied to yourself and not me (didn't see the response initially).

    No, I didn't...

    I must be having a second Monday.

    Indeed!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-25 15:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found