http://www.perlmonks.org?node_id=200619


in reply to Perl Humor

Nice that you enjoyed two of my submissions. Note that the latter was later optimized by Ilya to:
sub tomorrow_date { sleep 86_400; my $time = localtime; sleep -86_400; return $time; }

Abigail