We have a perl script that basically runs commands that are read in from a config file. The script captures the stdout/stderr and return of each command. We'd like to run a couple of the commands simultaneously but are stuggling to figure out how to capture stdout/stderr from the forked commands. Any help is much appreciated.