![]() |
![]()
| ![]() |
![]()
NAMEAnyEvent::Subprocess::Job::Delegate::MonitorHandle - monitor a handle for input and invoke callbacks with that input VERSIONversion 1.102912 DESCRIPTIONMonitors a handle for input, and calls a list of coderefs when there is input. The coderefs get the input. INITARGSnameThe name of the delegate that has the filehandle you want to monitor. callbacksArrayRef[CodeRef]s to call with input. when'Line' to be called with each line, something else to be called whenever there is data in the read buffer. METHODSDon't call us, we'll call you. AUTHORJonathan Rockway <jrockway@cpan.org> COPYRIGHT AND LICENSEThis 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.
|