Help for this page

Select Code to Download


  1. or download this
    use v5.12;
    use warnings;
    ...
        say pp get_matrix(@colored);
    }
    
  2. or download this
    
    
    ...
      [0, 5, 1, 6, 2, 7, 3, 8, undef, 4],
      [5 .. 8, 0 .. 4],
    ]