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

version 1.102912

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.

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

Jonathan Rockway <jrockway@cpan.org>

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.