Thanks to you all for your answers !
jp.
-Original Message-
From: John W. Krahn [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 6:36 PM
To: [EMAIL PROTECTED]
Subject: Re: getting STDERR output...
Jean-Pierre Sylvanie wrote:
>
> Hi guys,
Hello,
> Actually I wa
At 05:29 PM 8/8/02 -0400, Sylvanie, Jean-Pierre wrote:
>Hi guys,
>
>Actually I want to get STDERR ouput to have more details about systems call
>errors, and write the result to a log file...
>
>I spent a couple of hours writing (well... Finding how to write ! :)
>the "sample code", but I have the
Jean-Pierre Sylvanie wrote:
>
> Hi guys,
Hello,
> Actually I want to get STDERR ouput to have more details about systems call
> errors, and write the result to a log file...
>
> I spent a couple of hours writing (well... Finding how to write ! :)
> the "sample code", but I have the feeling tha
On Thursday, August 8, 2002, at 02:29 , Sylvanie, Jean-Pierre wrote:
> Hi guys,
>
> Actually I want to get STDERR ouput to have more details about systems
> call
> errors, and write the result to a log file...
[..]
> my $cmd = "$ZIP_CMD $filename";
>
> if ( system($cmd) != 0 ){
>
Hi guys,
Actually I want to get STDERR ouput to have more details about systems call
errors, and write the result to a log file...
I spent a couple of hours writing (well... Finding how to write ! :)
the "sample code", but I have the feeling that all that stuff is overkill...
Is there something