use POSIX qw( strftime ); my $date = strftime "%B %d, %Y", localtime;