Help for this page

Select Code to Download


  1. or download this
    die+map{(Fizz)[$_%3].(Buzz)[$_%5]||$_}1..100
    
  2. or download this
    use strict;
    use warnings;
    ...
            divisible_by_5($_)?  "buzz":
            $_;
    }