Re: [Perl-unix-users] output to console and to multiple files from multiple processes

2008-05-21 Thread Sulman Mahmood
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

Re: [Perl-unix-users] output to console and to multiple files from multiple processes

2008-05-20 Thread Brian Raven
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

[Perl-unix-users] output to console and to multiple files from multiple processes

2008-05-20 Thread Sulman Mahmood
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