in reply to Re^2: Parsing Zonefiles
in thread Parsing Zonefiles

Hashes remove duplicates because hashes have keys - you can't have 2 keys that are the same. If you try to add another key=value pair to the hash where the key already exists, the new key=value will just overwrite the old one.