Skip to content

Instantly share code, notes, and snippets.

@zmughal
Created May 1, 2013 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmughal/5496547 to your computer and use it in GitHub Desktop.
Save zmughal/5496547 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use 5.016;
use DateTime;
my @phrase = qw/another Perl Just hacker/[split '', DateTime->now->year()]; # only works this year!
say join ' ', @phrase;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment