aboutsummaryrefslogtreecommitdiff
path: root/challenge-040/saiftynet/perl5
diff options
context:
space:
mode:
authorSaif Ahmed <34284663+saiftynet@users.noreply.github.com>2019-12-24 11:01:49 +0000
committerGitHub <noreply@github.com>2019-12-24 11:01:49 +0000
commitdf38c6f624c0f14f2fecc2b59c3889c2999d1a66 (patch)
tree30690b17e550e6b4946d847506f4766e3038f9f1 /challenge-040/saiftynet/perl5
parent950b0a5e36dbe4a0f9c3c6c346a38590eeae1736 (diff)
downloadperlweeklychallenge-club-df38c6f624c0f14f2fecc2b59c3889c2999d1a66.tar.gz
perlweeklychallenge-club-df38c6f624c0f14f2fecc2b59c3889c2999d1a66.tar.bz2
perlweeklychallenge-club-df38c6f624c0f14f2fecc2b59c3889c2999d1a66.zip
Update ch-1.pl
Diffstat (limited to 'challenge-040/saiftynet/perl5')
-rw-r--r--challenge-040/saiftynet/perl5/ch-1.pl2
1 files changed, 1 insertions, 1 deletions
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{! ? £ $ % ^ & * }],