NAME
AnyEvent::Open3::Simple::Process - process run using AnyEvent::Open3::Simple
VERSION
version 0.1
DESCRIPTION
This class represents a process being handled by AnyEvent::Open3::Simple.
METHODS
$proc->pid
Return the Process ID of the child process.
$proc->print( @data )
Write to the subprocess' stdin.
$proc->say( @data )
Write to the subprocess' stdin, adding a new line at the end.
$proc->close
Close the subprocess' stdin.
AUTHOR
Graham Ollis <plicease@wdlabs.com>
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.