logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IO::Handle::Prototype - base class for callback based handles.

Description

       You probably want IO::Handle::Prototype::Fallback instead.

perl v5.36.0                                       2023-01-24                         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;

                   ...
               },
           );

See Also