in reply to Golf Challenge: FizzBuzz
print map $_%15?($_%5?($_%3?"$_\n":"fizz\n"):"buzz\n"):"fizzbuzz\n",(1 +..100); [download]
-M
Free your mind