TIESCALAR classname, list
Constructor. Associates new scalar instance with class
classname. listrepresents any additional arguments needed to complete the
association.
tie $scalar, classname, list
DESTROY this
Frees storage associated with the tied scalar referenced by
this. Permits a class to perform specific
actions when an instance is destroyed. Rarely needed.
FETCH this
Retrieves value of the tied scalar referenced by
this.
STORE this, value
Stores value in the tied scalar referenced
by this.