I'm going back to the roots and studying data structures. I came across an C implementation of hash table, that used a simple way to generate hash for a given key.
I would like to know what kind of hash function perl uses ? I did a brief search in perl docs, but couldn't find the answer. Any help is appreciated.