Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Picking out specific lengths from a set of hashes.

by marinersk (Priest)
on May 12, 2017 at 06:13 UTC ( [id://1190115]=note: print w/replies, xml ) Need Help??


in reply to Picking out specific lengths from a set of hashes.

Also, just a quick note on terminology:

my %myhash = (); $myhash{'ABC'} = 10;
  • key: The 'ABC'portion of $myhash{'ABC'}
  • value: The value stored in the hash by that key; in this case, 10
  • hash: The whole structure %myhash

When you use the term 'hash' to mean the 'value', it can cause confusion when someone is reading your description. I find it helpful to use distinct terminology for each element or aspect of a thing, if possible.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-19 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found