diff options
| -rw-r--r-- | challenge-040/saiftynet/perl5/ch-1.pl | 2 |
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{! ? £ $ % ^ & * }], |
