aboutsummaryrefslogtreecommitdiff
path: root/challenge-005/paulo-custodio/perl
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-11-12 18:05:36 +0000
committerPaulo Custodio <pauloscustodio@gmail.com>2021-11-12 18:05:36 +0000
commitaa9e5bb73ffd0ab973e66a00611a7f86b1a9eb4a (patch)
tree12a3f8e02467f22997b5272cd562c79522b401a2 /challenge-005/paulo-custodio/perl
parente2ee87081513efe219682ada6b7fb01de87c0335 (diff)
downloadperlweeklychallenge-club-aa9e5bb73ffd0ab973e66a00611a7f86b1a9eb4a.tar.gz
perlweeklychallenge-club-aa9e5bb73ffd0ab973e66a00611a7f86b1a9eb4a.tar.bz2
perlweeklychallenge-club-aa9e5bb73ffd0ab973e66a00611a7f86b1a9eb4a.zip
Add Python solution to challenge 5
Diffstat (limited to 'challenge-005/paulo-custodio/perl')
-rw-r--r--challenge-005/paulo-custodio/perl/ch-1.pl2
-rw-r--r--challenge-005/paulo-custodio/perl/ch-2.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-005/paulo-custodio/perl/ch-1.pl b/challenge-005/paulo-custodio/perl/ch-1.pl
index cd33db9b46..6db4ce2911 100644
--- a/challenge-005/paulo-custodio/perl/ch-1.pl
+++ b/challenge-005/paulo-custodio/perl/ch-1.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# Challenge 005
#
diff --git a/challenge-005/paulo-custodio/perl/ch-2.pl b/challenge-005/paulo-custodio/perl/ch-2.pl
index 59ab0fb365..69dd53f3dd 100644
--- a/challenge-005/paulo-custodio/perl/ch-2.pl
+++ b/challenge-005/paulo-custodio/perl/ch-2.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# Challenge 005
#