NAME
AnyEvent::Open3::Simple::Process - process run using AnyEvent::Open3::Simple
VERSION
version 0.69_02
DESCRIPTION
This class represents a process being handled by AnyEvent::Open3::Simple.
ATTRIBUTES
$proc->pid
Return the Process ID of the child process.
METHODS
$proc->print( @data )
Write to the subprocess' stdin. This functionality is unsupported on Microsoft Windows.
$proc->say( @data )
Write to the subprocess' stdin, adding a new line at the end. This functionality is unsupported on Microsoft Windows.
$proc->close
Close the subprocess' stdin.
AUTHOR
author: Graham Ollis <plicease@cpan.org>
contributors:
Stephen R. Scaffidi
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.