Help for this page
sub nneighbours { die "Bad Input Matrix: must be even" if @_ % 2; ... } return $sum; }