Skip to content

Instantly share code, notes, and snippets.

@odyniec
Created December 16, 2012 13:58
Show Gist options
  • Save odyniec/4307537 to your computer and use it in GitHub Desktop.
Save odyniec/4307537 to your computer and use it in GitHub Desktop.
Perl oneliner solution to the FizzBuzz problem (http://rosettacode.org/wiki/FizzBuzz)
say+(Fizz)[++$_%3].Buzz x/.?[50]$/||$_ until$`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment