Help for this page

Select Code to Download


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