two kinds of digit by jamesaxl

do{print"$_\n"if/^(.)\1*(?!\1)(.)(\1|\2)*$/}for 1..10000

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

download

return to the top page