in reply to time accumulater
You have some good answers above, but I wanted to point out something. In this code:
you're setting @lines, and then looking for values in @fields. Unless that's just a copy-and-paste artifact, it could well be the source of your problem.@lines=split(/ /,$linex); $time=$fields[4];
|
|---|