I need to write to STDOUT and to a file at the same time in Win32, but am running into difficulty. I have attempted to use IO::Tee, but am also going nuts. I have a huge script I am updating, and don't want to change every single print command if possible. Does anyone have a one or two line solution to this problem? Thanks in advance.