Scrabble score by tails

#!perl -pl
for$a(/./g){$_+=vec'\x14X1\x11\xa3\x11\x11DH\x1a3\x12$'x5,ord$a,4}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page