I can\'t seem to figure out why these for-loops are infinitely looping.
for( my $i=0; $i<10; $i=$i+1) { for(my $j=0; $j<20; $j=$j+1) { i