Help for this page
for (1 .. 1_000_000) { # code }
for my $first ( 0..7 ) { ... if ( $Matrix[ $first ][ $second ] == 4 ) ... } }