http://qs321.pair.com?node_id=101137


in reply to logging STDOUT of multiple scripts

You might want to take a look at Filter::Handle. It will let you use a sub to process STDOUT (or any other file handle) so you can log it to a file and then send it to the screen.