NAME
Process::SubProcess::Group - Module to manage and run multiple Sub Processes at once
DESCRIPTION
Process::SubProcess::Group
implements a class to manage multiple Sub Process and run them at once while keeping their Output and Errors related to each command.
The Idea of this API is to launch Sub Processes and keep track of all Output on STDOUT
, STDERR
, the EXIT CODE
and possible System Errors at Launch Time in an object oriented manner.