Query: io::handle::prototype
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IO::Handle::Prototype(3pm) User Contributed Perl Documentation IO::Handle::Prototype(3pm)NAMEIO::Handle::Prototype - base class for callback based handles.SYNOPSISmy $fh = IO::Handle::Prototype->new( getline => sub { my $fh = shift; ... }, );DESCRIPTIONYou probably want IO::Handle::Prototype::Fallback instead. perl v5.10.1 2009-09-29 IO::Handle::Prototype(3pm)