...
From: "Charles K. Clarkson" <[EMAIL PROTECTED]>
To: "'Sten Berg'"
<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
Subject: RE: Missing sequence finder for logfiles
Date: Fri, 16 Apr 2004 10:04:01 -0500
Sten Berg <[EMAIL PROTECT
the 3rd and "5" to "255" in the 3rd loop...
/eplabi
From: "Sten Berg" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Missing sequence finder for logfiles
Date: Fri, 16 Apr 2004 11:04:40 +0200
Sorry John, I realised you
Sorry John, I realised you ment that your code take care of the lot.
Anyway, I still do get it to work. Execution hangs at the prompt...
/eplabi
From: "Sten Berg" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Missing sequence finder for logfiles
Date:
check)? Does it take care of the
special case when/if value 0 is missing?
regards
eplabi
From: "John W. Krahn" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Missing sequence finder for logfiles
Date: Fri, 16 Apr 2004 00:07:33 -0700
Sten Berg wrote:
>
> Hi gurus!
gpoint for each loop and what happens if it
is missing?...
eplabi
From: "Venugopal P" <[EMAIL PROTECTED]>
To: "Sten Berg" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
CC: <[EMAIL PROTECTED]>
Subject: RE: Missing sequence finder for logfiles
Date: Thu, 15
;
s/\s+$//;
}
return wantarray ? @out : $out[0];
}
It would be nice though, to be able to give the log filename as a parameter
to the perlscript. If the filename differs from time to time, it would be
nice if I could avoid having the filename within the script.
eplabi
From: Jame
Hi gurus!
I´m looking for a way of analysing a log file and pinpoint missing sequences
(foreach loop?). The logfiles looks something like this:
LOGFILE
- value : 0
some data...
- value : 1
some data...
- value : 2
some data...
...
...
- value : 255
some data...
- value : 0
some data...
- value :