Help for this page

Select Code to Download


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