Looped grid by jonathan camacho

$l=<>;for$i(0..($l-1)){@p=();unshift(@p,$_)for 2 ..($i+1);print(join($",@p,1..($l-$i)).$/)}

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

download

return to the top page