IO::Handle::Prototype.3pm

Langue: en

Version: 2009-09-29 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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.