Message-ID: <
20010429011425.24503.qmail@foad.org>
p4raw-id: //depot/perl@9902
=over 4
-=item $io->setpos ( POS, WHENCE )
+=item $io->seek ( POS, WHENCE )
Seek the IO::File to position POS, relative to WHENCE:
POS is an offset from the current position. (Seek relative to current)
-=item WHENCE=1 (SEEK_END)
+=item WHENCE=2 (SEEK_END)
POS is an offset from the end of the file. (Seek relative to end)