in reply to
Re: Spiraling integers
in thread
Spiraling integers
Changing
for (1 .. $n * $n ){
to
for (reverse 1 .. $n * $n ){
Comment on
Re^2: Spiraling integers
Select
or
Download
Code
In Section
Cool Uses for Perl