TIEHASH ClassName, list
Constructor. Associates a new hash instance with class
ClassName. listis a list of additional arguments needed to complete the association.
tie %hash, ClassName, list
CLEAR this
Clears all values from tied hash this.
DELETE this, key
Deletes key from tied hash
this.
EXISTS this, key
Verifies that key exists for tied hash
this.
FETCH this, key
Retrieves value associated with key for
tied hash this.
FIRSTKEY this
Returns key/value pair for the first key in tied hash
this.
NEXTKEY this, lastkey
Returns next key/value pair after lastkeyfor tied hash this.
STORE this, key, value
Stores value into tied hash
this with key
key.