[Perl-unix-users] output to console and to multiple files from multiple processes
by Sulman Mahmood other posts by this author
May 20 2008 3:58AM messages near this date
Re: [Perl-unix-users] output to console and to multiple files from multiple processes
|
[Perl-unix-users] please suggest win32 equivalent module to convert windows scripts to linux
Hi,
currently, I have a solution in which output of all the forked process is
being stored in temparary files and when a process completes execution
the output of that particular process is displayed from a temporary file.
I'm looking for a way to dipslay output from one of the forked process in
real time and other forked processes output in different temporay files.
|