$ perl -MTime::Piece -E' my $date = "3/11/16"; say Time::Piece->strptime($date, "%D")->strftime("%A %b %e, %Y"); '