OTECTED]]
> Sent: Thursday, October 25, 2001 9:50 PM
> To: 'Gupta, Ashish'; '[EMAIL PROTECTED]'
> Subject: RE: system() and STDOUT & STDERR
>
>
> Are you sure b.pl is running correctly? You aren't checking the return
> value
> of system()
> -Original Message-
> From: Gupta, Ashish [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 25, 2001 3:21 AM
> To: '[EMAIL PROTECTED]'
> Subject: system() and STDOUT & STDERR
>
>
> please help me solve another prob i am facing.
>
> i hav
please help me solve another prob i am facing.
i have 2 scripts --> a.pl and b.pl
both scripts have a paramter called -logfile.
if this is specified, the STDOUT and STDERR are redirected to this.
now, I call b.pl from within a.pl
using system().
the documentation for system() says that the ST