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::File

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

IO::File inherits from IO::Handle. Methods not found here fall through to IO::Handle::p5 in the dispatch chain (wired in native/mod.rs).

Functions

binmode

close

import

noop.

new

With no args: returns unopened IO SV. With args: opens file and returns IO SV.

open

seek

tell