Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

IO::Seekable

Native Rust implementation built into the interpreter. Runtime: P5. See original documentation for the full Perl reference.

IO::Seekable provides seek/tell/setpos/getpos methods. Most delegate to IO::Handle equivalents.

Functions

import

noop.

seek

delegates to IO::Handle.

setpos

seek to absolute position.

tell