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

Re^4: Hash table manipulation

by sarvan (Sexton)
on Jul 13, 2011 at 04:23 UTC ( [id://914055]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Hash table manipulation
in thread Hash table manipulation

Hi GrandFather,

Thanks for the post. But this sorting and getting the highest value, i have already done.

I have asked for how could i get the values that are higher than certain threshold.. Plz let me know if my explanation is not adequate..

Replies are listed 'Best First'.
Re^5: Hash table manipulation
by GrandFather (Saint) on Jul 13, 2011 at 06:49 UTC

    Change the selection line to:

    my @topThree = grep ($_ > 0.4) @inOrder;

    replacing 0.4 with whatever your selection threshold value is.

    True laziness is hard work

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (8)
As of 2024-04-23 09:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found