in reply to Re^2: Soft Array Refs
in thread Soft Array Refs

Rule of thumb: If order matters, use an array; otherwise use a hash.

Most of the time, you should use a hash because of its expressive power. You can think of a hash as a miniature symbol table, if it helps. :)