NAME
SHARYANTO::Proc::ChildError - Explain process child error
VERSION
version 0.15
FUNCTIONS
explain_child_error(INT) => STR
Taken from perldoc -f system. Converts error number to something like one of the following:
failed to execute: -1
died with signal 15, with coredump
exited with value 3
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.