Hi,
I already tried IO::Tee. This does not solve my
purpose.
Again, I am describing my problem in two parts:
1. I am getting messege outputs from a program, which
I am calling in perl script. This program is putting
all the message. Hence I need to TEE the STDOUT with
some file.
STDOUT
Hi Guys,
I am calling 2 programs from my perl script. Output of
these program is being displayed in STDOUT.
I want to display this outout in STDOUT as well as
want to log output of each program in separate files.
How to do this?
In order to do above, I tried following program:
#!/usr/bin/perl -w