diff options
| -rw-r--r-- | challenge-086/abigail/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-086/abigail/perl/ch-2.pl b/challenge-086/abigail/perl/ch-2.pl index 7d36800cd7..3ca70cf4c8 100644 --- a/challenge-086/abigail/perl/ch-2.pl +++ b/challenge-086/abigail/perl/ch-2.pl @@ -90,7 +90,7 @@ foreach my $x (@INDICES) { } - +no warnings 'recursion'; sub solve ($solved, $unsolved) { # # If there are no unsolved squares, we return $solved. |
