| Previous | Next
Tie::HandleProvides skeletal methods for handle-tying classes. Tie::Handle provides a
TIEHANDLE classname, list Constructor. This method is invoked by the command
DESTROY this Frees storage associated with the tied handle
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
READ this, scalar, length, offset Reads length bytes from
READLINE this Reads one line from this.
WRITE this, scalar, length, offset Writes length bytes of data from |