NAME

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

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.