*** ext/IO/lib/IO/Seekable.pm.orig Sun Apr 29 02:58:04 2001 --- ext/IO/lib/IO/Seekable.pm Sun Apr 29 03:12:46 2001 *************** *** 41,47 **** =over 4 ! =item $io->setpos ( POS, WHENCE ) Seek the IO::File to position POS, relative to WHENCE: --- 41,47 ---- =over 4 ! =item $io->seek ( POS, WHENCE ) Seek the IO::File to position POS, relative to WHENCE: *************** *** 55,61 **** POS is an offset from the current position. (Seek relative to current) ! =item WHENCE=1 (SEEK_END) POS is an offset from the end of the file. (Seek relative to end) --- 55,61 ---- POS is an offset from the current position. (Seek relative to current) ! =item WHENCE=2 (SEEK_END) POS is an offset from the end of the file. (Seek relative to end)Thread Next