Help for this page
for (my $y = 0; $y < $num; $y++) { for (my $x = $y+1; $x < $num; $x++) { ... } } }