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.
Comment on
Re: logging STDOUT of multiple scripts
In Section
Seekers of Perl Wisdom