On Tue, 2004-07-27 at 19:50, Wiggins d Anconia wrote:
> Please bottom post, this thread is unreadable.
>
> >
> > Ramprasad,
> >
> > thanks for the heads up on File::Tail;
> >
> > unfortunatley the module isn't installed and we have a very tight
> > restricttions on what we can install on produc
Please bottom post, this thread is unreadable.
>
> Ramprasad,
>
> thanks for the heads up on File::Tail;
>
> unfortunatley the module isn't installed and we have a very tight
> restricttions on what we can install on production servers (banks are like
> that!!!).
>
Sillieness (I know), but st
AIL PROTECTED]>
Subject
Re: reading log fi
use File::Tail;
Ram
On Mon, 2004-07-26 at 18:19, Adrian Farrell wrote:
> Hi,
>
> I'm looking for a way to read log files in real time, so that each time a
> new entry appears in the file I can perform a search/query (whatever
> really!) on it.
>
> it's odd really, as I expected this to be a ver
Hi,
I'm looking for a way to read log files in real time, so that each time a
new entry appears in the file I can perform a search/query (whatever
really!) on it.
it's odd really, as I expected this to be a very common scenario and yet I
can find nothing on it!
I think there maybe some way to ac