in reply to
Removing old records from log files
Here's an orthogonal idea: when you excerpt the file, store the results backwards. Then you can delete oldest by truncating the file.
Comment on
Re: Removing old records from log files
In Section
Seekers of Perl Wisdom