Re: Multiple programs output to separate log files + to STDOUT

2005-04-19 Thread Offer Kaye
On 4/19/05, Ambikesh Chaurasia wrote: > Hi All, > > I am calling many "C" programs from my perl script. I want to log > output of each of these "C" programs in DIFFERENT log files as well as > I want to display this output to STDOUT. > > Please send me your sugesstion how to do this. > > Please

Multiple programs output to separate log files + to STDOUT

2005-04-18 Thread Ambikesh Chaurasia
Hi All, I am calling many "C" programs from my perl script. I want to log output of each of these "C" programs in DIFFERENT log files as well as I want to display this output to STDOUT. Please send me your sugesstion how to do this. Please note that I have already tried using 1. IO::Tee: