I have written a following perl script to read particular entities from a text file and avg their timestamp.( I have attached this code as perfresult.txt)
Code:
use strict; my %retrieve; my $count = 0; my $file1 = 'a1.txt'; open (R, $file1) or die ("Could not open $file1!"); while (<R>) { next unless /^*Retrieve_generic_/