1IO::Handle::Prototype(3Upsme)r Contributed Perl DocumentaItOi:o:nHandle::Prototype(3pm)
2
3
4

NAME

6       IO::Handle::Prototype - base class for callback based handles.
7

SYNOPSIS

9           my $fh = IO::Handle::Prototype->new(
10               getline => sub {
11                   my $fh = shift;
12
13                   ...
14               },
15           );
16

DESCRIPTION

18       You probably want IO::Handle::Prototype::Fallback instead.
19
20
21
22perl v5.30.0                      2019-07-26        IO::Handle::Prototype(3pm)
Impressum