in reply to Resseting perl -M file mod after xx minutes

From "Programming Perl" page 100 (in my edition):

To reset the script's start time to the current time, say this:

$^T = time;