in reply to Re: Basic Array Question
in thread Basic Array Question
Perl calls "associative arrays" hashes. It makes sense and it saves you a bunch of syllables to use at a later date.Yes to the latter, maybe to the former. The fact that associative arrays in perl are implemented using a hashing mechanism, is just an implementation detail that has no influence on how people use them. So I'm more or less unhappy with that name.
I'd prefer "string-indexed arrays" any day, but of course, people with find that name too long, too.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Basic Array Question
by japhy (Canon) on May 11, 2006 at 13:19 UTC |