in reply to What is this ? $^T
$^T - This variable holds the start time of the program in seconds since the epoch. END { print "The program ran for ", time() - $^T, " seconds\n" }