diff options
| author | Matthew Neleigh <matthew.neleigh@gmail.com> | 2024-09-11 15:11:11 -0400 |
|---|---|---|
| committer | Matthew Neleigh <matthew.neleigh@gmail.com> | 2024-09-11 15:11:11 -0400 |
| commit | f50b8745174a67ebf24408e9e6da82bf4a6c4168 (patch) | |
| tree | 915ed2797cb09c84ba82b35d81602f14e900c93e | |
| parent | 355c31c49a3f88803f2046ce548b4e3bcb296ed8 (diff) | |
| download | perlweeklychallenge-club-f50b8745174a67ebf24408e9e6da82bf4a6c4168.tar.gz perlweeklychallenge-club-f50b8745174a67ebf24408e9e6da82bf4a6c4168.tar.bz2 perlweeklychallenge-club-f50b8745174a67ebf24408e9e6da82bf4a6c4168.zip | |
modified: challenge-286/mattneleigh/perl/ch-2.pl
| -rwxr-xr-x | challenge-286/mattneleigh/perl/ch-2.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-286/mattneleigh/perl/ch-2.pl b/challenge-286/mattneleigh/perl/ch-2.pl index 7055b7ec2c..ba75fa8b24 100755 --- a/challenge-286/mattneleigh/perl/ch-2.pl +++ b/challenge-286/mattneleigh/perl/ch-2.pl @@ -46,8 +46,8 @@ sub order_game{ my @list = @ARG; - # Loop while there are more than one elements - # in the list + # Loop while there is more than one element in + # the list while(scalar(@list) > 1){ my $step = 0; |
