in reply to Re: Use Hash? Array? Still confused after all these years.
in thread Use Hash? Array? Still confused after all these years.
Coming from a database background, *I* think of a hash as a database index. The keys are analagous to the primary key values while obviously the hash values correspond to a row of fields. When I need to deal with table data I use a hash of arrays.