in reply to Reducing memory usage while matching log entries

Take a look at Tie::File, this allows you to treat the file as an array without loading the entire file into memory.


There are ten types of people: those that understand binary and those that don't.