use POSIX qw(strftime); my $start_date = strftime("%Y-%m-%d", localtime(time)); print $start_date;