in reply to Re^2: Problem Parsing Log Files
in thread Problem Parsing Log Files
If you use a hash of arrays as suggested above, the size of the array is your error count, the timestamps are stored in the array, and the error is the key of the hash.
How to use a hash of arrays is described in the perl5 book for example, or in the manpage perldsc.
|
|---|