Help for this page

Select Code to Download


  1. or download this
    {
      my @primes = (2, 3);
    ...
        }
      }
    }
    
  2. or download this
    {
      my @fib = (1, 1);
    ...
        return $fib[$posit-1];
      }
    }