One of the things that is perhaps not uniquely Perl but perly is whimsy. This is fresh off the bit loom: DateTime::Format::Baby. More Acme than DateTime, but fun nonetheless. And whydon'twerunmorewordstogether? #GermansHaveAlldasVergnügen.

use strictures; use open qw( :encoding(UTF-8) :std ); use DateTime::Format::Baby; my $now = DateTime->now; for my $lingo ( DateTime::Format::Baby->languages ) { my $baby = eval { DateTime::Format::Baby->new(language => $lingo) +} || next; printf "%12s -> %s\n", $lingo, $baby->format_datetime($now); } __END__ br -> O ponteiro grande está no doze e o ponteiro pequeno es +tá no dois de -> Der große Zeiger ist auf der Zwölf und der kleine Zeig +er ist auf der Zwei du -> De grote wijzer is op de twaalf en de kleine wijzer is + op de twee en -> The big hand is on the twelve and the little hand is o +n the two es -> La manecilla grande está sobre el doce y la manecilla +pequeña está sobre el dos fr -> La grande aiguille est sur le douze et la petite aigui +lle est sur le deux it -> La lancetta lunga e' sulle dodici e quella corta e' su +lle due no -> Den store viseren er på tolv og den lille viseren er p +å to se -> Den stora visaren är på tolv och den lilla visaren är +på tv swedish chef -> Zee beeg hund is un zee tvelfe und zee little hund is +un zee tvu. Bork, bork, bork! warez -> T|-|3 bIG h4|\||) Yz 0n thE 7wELv3 and 7|-|3 lIttlE |- +|aND |S 0|\| Th3 TW0

In reply to Baby Time with DateTime by Your Mother

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.