Re: reading log files in real time

2004-07-27 Thread Ramprasad A Padmanabhan
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

Re: reading log files in real time

2004-07-27 Thread Wiggins d Anconia
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

Re: reading log files in real time

2004-07-27 Thread Adrian Farrell
AIL PROTECTED]> Subject Re: reading log fi

Re: reading log files in real time

2004-07-26 Thread Ramprasad A Padmanabhan
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

reading log files in real time

2004-07-26 Thread Adrian Farrell
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