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

NAME

AnyEvent::Subprocess::Job::Delegate::CaptureHandle - capture the data that comes in via a handle

VERSION

version 1.102912

DESCRIPTION

If you have a Handle delegate and just want to save the output somewhere, use this delegate. It accepts the name of the delegate, reads from the handle while the process is running, and makes all the output available via the Done instance.

INITARGS

handle

The name of the handle you want to capture's delegate.

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.