1IO::Handle::Prototype(3U)ser Contributed Perl DocumentatiIoOn::Handle::Prototype(3)
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.12.1                      2009-09-29          IO::Handle::Prototype(3)
Impressum