in reply to Re^3: Learning about hashes
in thread Learning about hashes
record[3] is a bunch of numbers. I'm trying to find all unique entries. From what I've read a hash is the best way to do this, but I'm having trouble understanding how to assign a key to the record[3] value. Is a key like a primary key in a database? Where it is essentially a arbitrary unique number used to refer to the entry?