in reply to Data structure for log file processing
I thought about just concatenating time+date+product+user@host into one string and pushing it on an array, and then scanning that array
If you pushed that string from your first suggestion onto an anonymous array, it would be much easier to process. You basically end up with a hash of anonymous arrays that are more easily searched.
Nuance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Data structure for log file processing
by husker (Chaplain) on Aug 24, 2000 at 22:21 UTC |