in reply to Select data between a START and END pattern
if (/\d+\s(.*)\sseconds/) { print "Test Data: $1\n"; } [download]