Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

RE: Populating a Hash: Can someone help me to understand?

by Adam (Vicar)
on Sep 19, 2000 at 19:44 UTC ( [id://33106]=note: print w/replies, xml ) Need Help??


in reply to Populating a Hash: Can someone help me to understand?

Japhy's got it in Re: Populating a Hash: Can someone help me to understand?, but I figured you might want the reverse too:
my @values = values %hash; my @keys = keys %hash;
Not that I would do that (since I like to keep the data in one place, and values and keys are such nice hooks. But I tell you this in case you didn't know about them.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-24 08:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found