http://qs321.pair.com?node_id=292568


in reply to Re: ASCII Pattern - Golf (Russ: 83)
in thread ASCII Pattern - Golf

Okay, now 77 (if you don't miss the trailing newline):
$i=9;do{print"\n",map{(sort abs$_-$ARGV[0],abs$i-$ARGV[1])[-1]}1..9}wh +ile--$i

Russ