IO::Handle::Prototype - base class for callback based handles.
Contents
Description
You probably want IO::Handle::Prototype::Fallback instead.
perl v5.36.0 2023-01-24 IO::Handle::Prototype(3pm)
Name
IO::Handle::Prototype - base class for callback based handles.
Synopsis
my $fh = IO::Handle::Prototype->new(
getline => sub {
my $fh = shift;
...
},
);
