How do I get the current date in ISO format using Perl?

Viewed 20211

What's the most efficient way to get the current date in ISO format (e.g. "2010-10-06") using Perl?

5 Answers
Related