in reply to Re^2: Binding an array to a word
in thread Binding an array to a word
A hash (also called "dictionary", or "map") only has one entry for every word. So you can't have two times the word "hello", the second time you insert it, it overwrites the first one.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Binding an array to a word
by Anonymous Monk on Aug 09, 2004 at 18:45 UTC |