p4raw-id: //depot/perl@34026
=item $obj->TELL($fh)
-Returns file postion.
+Returns file position.
Optional. Default to be determined.
=item $obj->UNREAD($buffer,$fh)
1;
-the following code opens up an output handle that will convert any
+The following code opens up an output handle that will convert any
output to hexadecimal dump of the output bytes: for example "A" will
be converted to "41" (on ASCII-based machines, on EBCDIC platforms
the "A" will become "c1")