skip to solution While recently re-writing our build script into a simple perl script I came across a problem. I wanted to have the script put output from the commands that it was executing onto both the screen and into a file at the same time. No problem, in perl you can open commands like [...]