aboutsummaryrefslogtreecommitdiff
path: root/challenge-191
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-191')
-rwxr-xr-xchallenge-191/wlmb/perl/ch-1.pl2
-rwxr-xr-xchallenge-191/wlmb/perl/ch-2.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-191/wlmb/perl/ch-1.pl b/challenge-191/wlmb/perl/ch-1.pl
index e2167c6146..e16f95d9c8 100755
--- a/challenge-191/wlmb/perl/ch-1.pl
+++ b/challenge-191/wlmb/perl/ch-1.pl
@@ -2,7 +2,7 @@
# Perl weekly challenge 191
# Task 1: Twice Largest
#
-# See https://wlmb.github.io/2022/11/15/PWC191/#task-1-twice-largest
+# See https://wlmb.github.io/2022/11/14/PWC191/#task-1-twice-largest
use v5.36;
use List::Util qw(all);
use Scalar::Util qw(looks_like_number);
diff --git a/challenge-191/wlmb/perl/ch-2.pl b/challenge-191/wlmb/perl/ch-2.pl
index 613914ccf4..f9b4bdaa5e 100755
--- a/challenge-191/wlmb/perl/ch-2.pl
+++ b/challenge-191/wlmb/perl/ch-2.pl
@@ -2,7 +2,7 @@
# Perl weekly challenge 191
# Task 2: Cute List
#
-# See https://wlmb.github.io/2022/11/15/PWC191/#task-2-cute-list
+# See https://wlmb.github.io/2022/11/14/PWC191/#task-2-cute-list
use v5.36;
use Algorithm::Combinatorics qw(permutations);
use List::Util qw(all);