My editor doesn't like to capture STDERR for some of its utilities. This is the solution that tye came up with when I asked on the CB about what I should do. Related is japhys more sophisticated snippet Compiler Errors.

Usage
Place code in a module called ERR2OUT.pm in you /site/lib path. Then tell your editor to call perl like so:
perl -M-ERR2OUT filename
Dont forget to write an email to the company that made your editor and ask them to fix. :-)

# Hah simple isnt it! Thanks tye! open STDERR, ">&STDOUT";