use POSIX qw(strftime); print strftime("Today is %A, %d %B %Y!\n", localtime);