From: Daniel Berger Date: 2005-07-24T13:05:58+09:00 Subject: Sending stdout to multiple handles Hi all, How can I make it so that when I print to stdout, it actually prints to both stdout and a file at the same time? Without redefining puts or print or something similar, that is. I'm trying to get the benchmark package to print to both stdout and a file at the same time. I've been messing around with various IO options, but I'm not hitting it, and io-tee seems to be dead. Any ideas? Regards, Dan