<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Got a compile error  when trying to run this.<br>
    But this worked (81 chars though)<br>
    <br>
    map{print
    "".($_%15)?($_%3)?($_%5)?"$_\n":"Buzz\n":"Fizz\n":"FizzBuzz\n"}(1..100)<br>
    <br>
    -Sri<br>
    <br>
    <div class="moz-cite-prefix">On 09/11/2014 05:35 PM, Andrew Sohn
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAG4sT-PEaR8i-B8EP3u+mZNQq=6EXCxS06+s8P8iUvJyj5efig@mail.gmail.com"
      type="cite">
      <div dir="ltr">Here's my Fizz Buzz golf attempt... :)
        <div><br>
        </div>
        <div>print$_%3?'':Fizz,$_%5?'':Buzz,$_%3&&$_%5?$_:'',"\n"for
          1..100<br>
        </div>
        <div>63 characters</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Sep 11, 2014 at 4:30 PM, Rob
          Eaglestone <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:robert.eaglestone@gmail.com" target="_blank">robert.eaglestone@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Pounding one's head on the keyboard
              repeatedly again, I see.<br>
            </div>
            <div class="gmail_extra"><br>
              <div class="gmail_quote">
                <div>
                  <div class="h5">On Thu, Sep 11, 2014 at 4:12 PM,
                    Christopher Spencer <span dir="ltr"><<a
                        moz-do-not-send="true"
                        href="mailto:chris@crspencer.com"
                        target="_blank">chris@crspencer.com</a>></span>
                    wrote:<br>
                  </div>
                </div>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  <div>
                    <div class="h5">
                      <div dir="ltr">map{if(!($_%3)){print"Fizz"}if(!($_%5)){print"Buzz"}if($_%3&&$_%5){print"$_"}print"\n"}(1..100)
                        <div><br>
                        </div>
                        <div>97 characters. 1 line.<br clear="all">
                          <div><br clear="all">
                            <div>-- Chris</div>
                          </div>
                        </div>
                      </div>
                      <br>
                    </div>
                  </div>
                  _______________________________________________<br>
                  Dfw-pm mailing list<br>
                  <a moz-do-not-send="true" href="mailto:Dfw-pm@pm.org"
                    target="_blank">Dfw-pm@pm.org</a><br>
                  <a moz-do-not-send="true"
                    href="http://mail.pm.org/mailman/listinfo/dfw-pm"
                    target="_blank">http://mail.pm.org/mailman/listinfo/dfw-pm</a><br>
                  <br>
                </blockquote>
              </div>
              <br>
            </div>
            <br>
            _______________________________________________<br>
            Dfw-pm mailing list<br>
            <a moz-do-not-send="true" href="mailto:Dfw-pm@pm.org">Dfw-pm@pm.org</a><br>
            <a moz-do-not-send="true"
              href="http://mail.pm.org/mailman/listinfo/dfw-pm"
              target="_blank">http://mail.pm.org/mailman/listinfo/dfw-pm</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Dfw-pm mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dfw-pm@pm.org">Dfw-pm@pm.org</a>
<a class="moz-txt-link-freetext" href="http://mail.pm.org/mailman/listinfo/dfw-pm">http://mail.pm.org/mailman/listinfo/dfw-pm</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>