Tie::FileHandle::MultiPlex looks promising but I don't see how this can send my STDOUT to a file and STDOUT at the same time. I was able to send all STDERR and STDOUT to a file but was unable to also have it display it ti STDOUT. In a nutshell I want to capture all errors and output to a log as well as display it to the user. Were you able to accomplish this with Tie::FileHandle::MultiPlex? If so would I be out of line by asking you for some sample code?