in reply to Re: perlish way to 'tail -100 $logfile'
in thread perlish way to 'tail -100 $logfile'

ideally, I would like to do a rolling log of 100 most recent entries, but I would not want to keep it in the memory because at any time during the customer's login session (during the program execution), they could want to take a look at the log file.
  • Comment on Re^2: perlish way to 'tail -100 $logfile'