aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-24 13:13:21 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-24 13:13:21 +0100
commitc7f5f8523d9525f30b58f93063ce5f8a0bc04c46 (patch)
treed71900e293ee0df5aace2b32cec5ca340af62de0
parentc411539092f06e81016e0b1d80cfcd13378286c5 (diff)
parent462dcb84bc07b3b620c67a2701399bbf4e505de3 (diff)
downloadperlweeklychallenge-club-c7f5f8523d9525f30b58f93063ce5f8a0bc04c46.tar.gz
perlweeklychallenge-club-c7f5f8523d9525f30b58f93063ce5f8a0bc04c46.tar.bz2
perlweeklychallenge-club-c7f5f8523d9525f30b58f93063ce5f8a0bc04c46.zip
Merge branch 'master' of git://github.com/jeongoon/perlweeklychallenge-club into jeongoon-master-079
-rw-r--r--challenge-079/jeongoon/perl/ch-2.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-079/jeongoon/perl/ch-2.pl b/challenge-079/jeongoon/perl/ch-2.pl
index f4ed0b662f..390c4c625c 100644
--- a/challenge-079/jeongoon/perl/ch-2.pl
+++ b/challenge-079/jeongoon/perl/ch-2.pl
@@ -49,6 +49,8 @@ perl ch-2.pl [--help] [--no-utf8] [--no-color] <N> <N> <N> [ <N>*... ]
perl ch-2.pl 2 1 4 1 2 5 6 8 2 1 3 4 8 1 3 2 9 3 7 3
https://res.cloudinary.com/practicaldev/image/fetch/s--1OVve57x--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/0mxarixhc6g8oe3bewx1.png
+=cut
+
BEGIN {
$::utf8 = 1;
$::colour = 1;