Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How to build a hash?

by Roy Johnson (Monsignor)
on Apr 25, 2005 at 12:10 UTC ( [id://451146]=note: print w/replies, xml ) Need Help??


in reply to How to build a hash?

Usually by assigning one element at a time: $hash{$key} = $value; where $key and $value are determined (often within a loop) at runtime.

Caution: Contents may have been coded under pressure.

Replies are listed 'Best First'.
Re^2: How to build a hash?
by 2ge (Scribe) on Apr 26, 2005 at 13:11 UTC
    the best source i've found about hashes is howto-hash. Bookmark it, and you'll always know much about them.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found