Today’s Date in Perl in MM/DD/YYYY format December 1, 2013Perl Scripts, UncategorizedPerl Scripts, UncategorizedWhiteWind It can be done easily as : use POSIX qw(strftime); my $date = strftime "%m/%d/%Y", localtime; print $date; Share this:Click to share on WhatsApp (Opens in new window)Click to share on Telegram (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Pinterest (Opens in new window)Click to share on Tumblr (Opens in new window)Click to share on Pocket (Opens in new window)Click to share on Reddit (Opens in new window)Click to email a link to a friend (Opens in new window)Click to print (Opens in new window)Like this:Like Loading... Related