Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
       }
       print scalar @array, " solutions found\n";
    }
    
  2. or download this
    $copy = [@$board];
    
  3. or download this
    $copy = [ map { [@$_] } @$board];