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.