in reply to Concerning hash operations (appending, concatenating)
This is one idiom,
Order matters; the last instance of a key/value pair is the one that sticks to the key.%hash = (%hash, e => 'f', g => 'h', i => 'j'); %hash = (%otherhash, %hash);
After Compline,
Zaxo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Concerning hash operations (appending, concatenating)
by thor (Priest) on Mar 24, 2005 at 16:57 UTC | |
by japhy (Canon) on Mar 24, 2005 at 17:50 UTC | |
by RazorbladeBidet (Friar) on Mar 24, 2005 at 17:53 UTC | |
by japhy (Canon) on Mar 24, 2005 at 18:24 UTC | |
by Tanktalus (Canon) on Mar 24, 2005 at 18:45 UTC | |
| |
Re^2: Concerning hash operations (appending, concatenating)
by RazorbladeBidet (Friar) on Mar 24, 2005 at 17:55 UTC | |
Re^2: Concerning hash operations (appending, concatenating)
by ABCXYZ (Novice) on Dec 25, 2012 at 23:06 UTC |