print "Time: ", join(':', map { sprintf("%02d", $_) } (localtime(time))[2,1,0]), $/;