use strict; use warnings; use POSIX qw(strftime); print strftime "%Y:%m:%d %H:%M:%S", localtime();