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


AnyEvent-Subprocess documentation  | view source Contained in the AnyEvent-Subprocess distribution.

Index


NAME

Top

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

VERSION

Top

version 1.102912

DESCRIPTION

Top

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

Top

handle

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

AUTHOR

Top

Jonathan Rockway <jrockway@cpan.org>

COPYRIGHT AND LICENSE

Top


AnyEvent-Subprocess documentation  | view source Contained in the AnyEvent-Subprocess distribution.