NAME
IPC::Simple::Message - a message received from an IPC::Simple process
VERSION
version 0.09
METHODS
source
Returns the IPC::Simple process from which this message was received.
message
Returns the string content of the message.
stdout
Returns true if this message was received from the child process' STDOUT.
stderr
Returns true if this message was received from the child process' STDERR.
error
Returns true if this message was generated as a result of a process communication error (e.g. SIGPIPE).
OVERLOADED
stringification ("")
Returns the "message" string.
AUTHOR
Jeff Ober <sysread@fastmail.fm>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Jeff Ober.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.