Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Golf Challenge: FizzBuzz

by Joost (Canon)
on Mar 02, 2007 at 20:21 UTC ( [id://602952]=note: print w/replies, xml ) Need Help??


in reply to Golf Challenge: FizzBuzz

Straightforward version:
0 1 2 3 4 5 1234567890123456789012345678901234567890123456789012
print map$_%5?$_%3?$_:Fizz:$_%3?Buzz:FizzBuzz,0..100

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://602952]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 06:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found