Help for this page

Select Code to Download


  1. or download this
    sub find_closest_primes
    {
        my $number = shift;
    ...
    
        return @close_primes;
    }