in reply to (Golf) Patriotic Golf

Well, I got one down to 66:

$x=' *'x5;print$_%2?$_<1?$x:'':$_<1?"*$x".'='x15:'='x26,$/for-6..6 #23456789_123456789_123456789_123456789_123456789_123456789_123456

But then I noticed suaveant's reworking of dragonchild's can be shaved to 65:

print+(@s=('*'," *"x5,"="x15,$/)," *"x5,$/)x3,@s,($/,'='x26,$/)x3 #23456789_123456789_123456789_123456789_123456789_123456789_12345

sigh

Replies are listed 'Best First'.
Re: Re: (Golf) Patriotic Golf
by dragonchild (Archbishop) on Sep 18, 2001 at 01:49 UTC
    ++ for simply bothering to figure out the mess of trinaries! :)

    ------
    We are the carpenters and bricklayers of the Information Age.

    Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.