I have a text file with three fields
ex. ("username","realname","password")
I want to store this information in a hash, I am going to be
comparing this hash with a another hash (based on username) and deleting
hash entries if there is a match. What is the best way to do this with three fields?
Thanks