Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: hash random keys

by davorg (Chancellor)
on Jul 23, 2009 at 10:14 UTC ( [id://782614]=note: print w/replies, xml ) Need Help??


in reply to hash random keys

What have you tried? What problems are you having?

You'll get better help on Perl Monks if you show evidence of having tried to solve the problem yourself first.

You say that you know how to get a list of the random keys, so why not do something like this:

foreach (@list_of_random_hash_keys) { # do something interesting with $_ which will # contain a random hash key }
--

See the Copyright notice on my home node.

Perl training courses

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-19 19:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found