Skip to content

Instantly share code, notes, and snippets.

@tryperl
Created April 5, 2013 05:59
Show Gist options
  • Save tryperl/5316989 to your computer and use it in GitHub Desktop.
Save tryperl/5316989 to your computer and use it in GitHub Desktop.
Created by www.tryperl.com.
#Created by tryperl.com
no strict;
use warnings;
map{(Fizz)[$_%3].(Buzz)[$_%5].(Bazz)[$_%7]||$_}(1..100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment