table of contents
other versions
- Tumbleweed 0.02-1.29
- Leap-15.6
| IO::Handle::Prototype(3pm) | User Contributed Perl Documentation | 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;
...
},
);
DESCRIPTION¶
You probably want IO::Handle::Prototype::Fallback instead.
| 2018-11-08 | perl v5.42.0 |