From df38c6f624c0f14f2fecc2b59c3889c2999d1a66 Mon Sep 17 00:00:00 2001 From: Saif Ahmed <34284663+saiftynet@users.noreply.github.com> Date: Tue, 24 Dec 2019 11:01:49 +0000 Subject: Update ch-1.pl --- challenge-040/saiftynet/perl5/ch-1.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-040/saiftynet/perl5/ch-1.pl b/challenge-040/saiftynet/perl5/ch-1.pl index b1dbcf1522..8fcd565c31 100644 --- a/challenge-040/saiftynet/perl5/ch-1.pl +++ b/challenge-040/saiftynet/perl5/ch-1.pl @@ -3,7 +3,7 @@ # Non-destructively print contents of two or more arrays at a given index. use feature "say"; -my @arraysList=( # array containing 2 or more arrays (as array refs) +my @arraysList=( # array containing 2 or more arrays (as anon array refs) [qw{I L O V E Y O U }], [qw{2 4 0 3 2 0 1 9 }], [qw{! ? £ $ % ^ & * }], -- cgit