diff options
| -rw-r--r-- | challenge-108/abigail/perl/ch-2.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/challenge-108/abigail/perl/ch-2.pl b/challenge-108/abigail/perl/ch-2.pl index d89e32391e..c1f4457967 100644 --- a/challenge-108/abigail/perl/ch-2.pl +++ b/challenge-108/abigail/perl/ch-2.pl @@ -40,11 +40,9 @@ if ($type == $TYPE_PLAIN) { elsif ($type == $TYPE_FETCH) { use OEIS; $, = ", "; - say oeis (110 => 10) + say oeis (110 => $COUNT) } elsif ($type == $TYPE_COMPUTE) { - my $COUNT = 10; - # # Create Bell triangle (See https://en.wikipedia.org/wiki/Bell_triangle) # The Bell numbers (starting from the second one), are on the |
