The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

AnyEvent::Subprocess::Handle - AnyEvent::Handle subclass with some additional methods for AnyEvent::Subprocess

VERSION

version 1.102912

DESCRIPTION

Assume this acts like a normal AnyEvent::Handle. It just has some extra code to make the handle delegate's life easier.

EXTRA METHODS

name

Returns the name of the filehandle, or "<fd #>" if no name was passed to the constructor.

close_fh

Closes the underlying filehandle, sending EOF to the child process.

AUTHOR

Jonathan Rockway <jrockway@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Jonathan Rockway.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.