Sup,
I am creating a file within my perl script (for metrics purposes). I would like to print the date to that file everytime a command within the scipt is executed. The date would preferably will include milliseconds
(i.e)
# BLAh BLAh
print OUT date
#one system call
print OUT date
#another system call