Help for this page
Select Code to Download
Select
or
download this
sub find_closest_primes { my $number = shift; ... return @close_primes; }