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
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: