I am running two large log files and I want to compare timestamps.
I already wrote a Perl script to find the appropriate log statements, but I need to find the difference in timestamps.
For example, 15: 31: 19.430888 minus 15: 31: 19.427763
Are there any good designs to work with time in Perl? I do not want to do the math of time, if I can avoid it.
time perl
Alex
source share