lt;[EMAIL PROTECTED]>:
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Sulman Mahmood
> Sent: 20 May 2008 11:59
> To: perl-unix-users@listserv.ActiveState.com
> Subject: [Perl-unix-users] output to console and to multiple files from
> multiple processes
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Sulman Mahmood
Sent: 20 May 2008 11:59
To: perl-unix-users@listserv.ActiveState.com
Subject: [Perl-unix-users] output to console and to multiple files from
multiple processes
> Hi,
>
> currently, I have a solution in which
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