Re: Reading backwards

2001-09-02 Thread Dave Arnold
In message <000501c13230$50f00210$[EMAIL PROTECTED]> "Louis-Philippe Dextraze" <[EMAIL PROTECTED]> wrote: [snip] > > > open FICMSG, "<$logfile" or print "problem opening log file."; > > $i=0; > while(!(eof FICMSG)) > { > $msg[$i] = ; > $_ = $msg[$i]; > if ($i < 40) >

Re: Reading backwards

2001-09-01 Thread Maxim Berlin
Hello Louis-Philippe, Friday, August 31, 2001, Louis-Philippe Dextraze <[EMAIL PROTECTED]> wrote: LPD> Hi everyone, LPD> I'm trying to read throu a 200meg+ error log LPD> file. (I have no administrative rights on this server, LPD> you see i'm just a programmer why would my boss think LPD

Reading backwards

2001-09-01 Thread Louis-Philippe Dextraze
Hi everyone, I'm trying to read throu a 200meg+ error log file. (I have no administrative rights on this server, you see i'm just a programmer why would my boss think i'd need access to a error log not as if it would make my life easyer or anything...ok this rant is over) I'm trying to re