I have a perl script that calls a system command which might print some lines out to STDERR. When I run the program now, it just prints the text in the DOS window. However, I want to be able to process the STDERR text in my perl script. Is there a way to capture STDERR from a particular program execution in a perl variable?