1IO::Handle::Prototype(3Upsme)r Contributed Perl DocumentaItOi:o:nHandle::Prototype(3pm)
23
4
NAME
6IO::Handle::Prototype - base class for callback based handles.
7
SYNOPSIS
9my $fh = IO::Handle::Prototype->new(
10getline => sub {
11my $fh = shift;
1213
...
14},
15);
16
DESCRIPTION
18You probably want IO::Handle::Prototype::Fallback instead.
1920
21
22
perl v5.38.0 2023-07-20 IO::Handle::Prototype(3pm)