diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2020-05-13 21:00:28 +0200 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2020-05-13 21:00:28 +0200 |
| commit | 8b909a6f2c4e0a324d322d10f7f531ef490982a7 (patch) | |
| tree | a50773fabf447989ae2d6454bac9d582f1bc9e2b | |
| parent | 2111506d9c0b3116bbf40d18739af462c2382a7c (diff) | |
| download | perlweeklychallenge-club-8b909a6f2c4e0a324d322d10f7f531ef490982a7.tar.gz perlweeklychallenge-club-8b909a6f2c4e0a324d322d10f7f531ef490982a7.tar.bz2 perlweeklychallenge-club-8b909a6f2c4e0a324d322d10f7f531ef490982a7.zip | |
rename example
| -rwxr-xr-x | challenge-060/jo-37/perl/ch-2.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-060/jo-37/perl/ch-2.pl b/challenge-060/jo-37/perl/ch-2.pl index 632c9f9454..4b0afd53bc 100755 --- a/challenge-060/jo-37/perl/ch-2.pl +++ b/challenge-060/jo-37/perl/ch-2.pl @@ -100,7 +100,7 @@ is [create_numbers $X, $Y, @L], [10, 11, 12, 15, 20], $X = 9; $Y = 100000003; is [create_numbers $X, $Y, @L], [100000000, 100000001, 100000002], - 'cut example'; + 'avoid too much scanning'; @L = qw(a b c); $X = 3; |
