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" }


All is well. I learn by answering your questions...