http://www.perlmonks.org?node_id=4913

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: (programs and processes)

I'm using backticks to call javac on Win32. I need to redirect all warnings and errors (i.e., STDERR output) from the spawned process into a perl string, so that I can print them out on the screen, write them to a file, etc.

Originally posted as a Categorized Question.