TIEHANDLE classname, list
Constructor. This method is invoked by the command
tie *glob,
classname. Associates new glob instance
with class classname.
list represents any additional arguments
needed to complete the association.
DESTROY this
Frees storage associated with the tied handle
this. Permits class to take some action
when an instance is destroyed. Rarely needed.
GETC this
Gets one character from tied handle this.
PRINT this, list
Prints the values in list.
PRINTF this, format, list
Prints the values in list using
format.
READ this, scalar, length, offset
Reads length bytes from
scalar starting at
offset.
READLINE this
Reads one line from this.
WRITE this, scalar, length, offset
Writes length bytes of data from
scalar starting at
offset.