This humble kohai is in need of your assistance. I have a perl script which needs to call another executable, then make decisions based on the output of that executable. Unfortunately, simply using the executable's return code doesn't provide me the information I need, and I don't have to option to change that.
How can I call this other program and make use of its output within my perl script?