Help for this page

Select Code to Download


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