table of contents
| IO::Handle::Prototype(3) | User Contributed Perl Documentation | IO::Handle::Prototype(3) |
NAME¶
IO::Handle::Prototype - base class for callback based handles.
SYNOPSIS¶
my $fh = IO::Handle::Prototype->new(
getline => sub {
my $fh = shift;
...
},
);
DESCRIPTION¶
You probably want IO::Handle::Prototype::Fallback instead.
| 2016-01-27 | perl v5.26.1 |