count up digits by jonathan camacho

$l=@a=split//,<>;for(reverse@a){printf"%0${l}d$s
",$_ for$t..$_;$s=$_.$s;$l--;$t=1}

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

download

return to the top page