From 63f722ab66c182395af6b242b4a038e920396f9e Mon Sep 17 00:00:00 2001 From: Paulo Custodio Date: Sat, 23 Jan 2021 23:15:12 +0000 Subject: Fix the #! line --- challenge-008/paulo-custodio/perl/ch-1.pl | 2 +- challenge-008/paulo-custodio/perl/ch-2.pl | 2 +- challenge-008/paulo-custodio/test.pl | 2 +- challenge-009/paulo-custodio/perl/ch-1.pl | 2 +- challenge-009/paulo-custodio/perl/ch-2.pl | 2 +- challenge-009/paulo-custodio/test.pl | 2 +- challenge-010/paulo-custodio/perl/ch-1.pl | 2 +- challenge-010/paulo-custodio/perl/ch-2.pl | 2 +- challenge-010/paulo-custodio/test.pl | 2 +- challenge-011/paulo-custodio/perl/ch-1.pl | 2 +- challenge-011/paulo-custodio/perl/ch-2.pl | 2 +- challenge-011/paulo-custodio/test.pl | 2 +- challenge-012/paulo-custodio/perl/ch-1.pl | 2 +- challenge-012/paulo-custodio/perl/ch-2.pl | 2 +- challenge-012/paulo-custodio/test.pl | 2 +- challenge-013/paulo-custodio/perl/ch-1.pl | 2 +- challenge-013/paulo-custodio/perl/ch-2.pl | 2 +- challenge-013/paulo-custodio/test.pl | 2 +- challenge-014/paulo-custodio/perl/ch-1.pl | 2 +- challenge-014/paulo-custodio/perl/ch-2.pl | 2 +- challenge-014/paulo-custodio/test.pl | 2 +- challenge-017/paulo-custodio/perl/ch-1.pl | 2 +- challenge-017/paulo-custodio/perl/ch-2.pl | 2 +- challenge-018/paulo-custodio/perl/ch-1.pl | 2 +- challenge-018/paulo-custodio/perl/ch-2.pl | 2 +- challenge-019/paulo-custodio/perl/ch-1.pl | 2 +- challenge-019/paulo-custodio/perl/ch-2.pl | 2 +- challenge-020/paulo-custodio/perl/ch-1.pl | 2 +- challenge-020/paulo-custodio/perl/ch-2.pl | 2 +- challenge-020/paulo-custodio/test.pl | 2 +- challenge-021/paulo-custodio/perl/ch-1.pl | 2 +- challenge-021/paulo-custodio/perl/ch-2.pl | 2 +- challenge-021/paulo-custodio/test.pl | 2 +- challenge-080/paulo-custodio/perl/ch-1.pl | 2 +- challenge-080/paulo-custodio/perl/ch-2.pl | 2 +- challenge-080/paulo-custodio/test.pl | 2 +- challenge-081/paulo-custodio/perl/ch-1.pl | 2 +- challenge-081/paulo-custodio/perl/ch-2.pl | 2 +- challenge-081/paulo-custodio/test.pl | 2 +- challenge-082/paulo-custodio/perl/ch-1.pl | 2 +- challenge-082/paulo-custodio/perl/ch-2.pl | 2 +- challenge-082/paulo-custodio/test.pl | 2 +- challenge-083/paulo-custodio/perl/ch-1.pl | 2 +- challenge-083/paulo-custodio/perl/ch-2.pl | 2 +- challenge-083/paulo-custodio/test.pl | 2 +- challenge-084/paulo-custodio/perl/ch-1.pl | 2 +- challenge-084/paulo-custodio/perl/ch-2.pl | 2 +- challenge-084/paulo-custodio/test.pl | 2 +- challenge-085/paulo-custodio/perl/ch-1.pl | 2 +- challenge-085/paulo-custodio/perl/ch-2.pl | 2 +- challenge-085/paulo-custodio/test.pl | 2 +- challenge-086/paulo-custodio/perl/ch-1.pl | 2 +- challenge-086/paulo-custodio/perl/ch-2.pl | 2 +- challenge-089/paulo-custodio/perl/ch-1.pl | 2 +- challenge-089/paulo-custodio/perl/ch-2.pl | 2 +- challenge-089/paulo-custodio/test.pl | 2 +- challenge-090/paulo-custodio/perl/ch-1.pl | 2 +- challenge-090/paulo-custodio/perl/ch-2.pl | 2 +- challenge-090/paulo-custodio/test.pl | 2 +- challenge-091/paulo-custodio/perl/ch-1.pl | 2 +- challenge-091/paulo-custodio/perl/ch-1a.pl | 2 +- challenge-091/paulo-custodio/perl/ch-2.pl | 2 +- challenge-091/paulo-custodio/test.pl | 2 +- challenge-093/paulo-custodio/perl/ch-1.pl | 2 +- challenge-093/paulo-custodio/perl/ch-2.pl | 2 +- challenge-093/paulo-custodio/test.pl | 2 +- challenge-094/paulo-custodio/test.pl | 2 +- challenge-095/paulo-custodio/perl/ch-1.pl | 2 +- challenge-095/paulo-custodio/perl/ch-2.pl | 2 +- challenge-095/paulo-custodio/test.pl | 2 +- challenge-096/paulo-custodio/perl/ch-1.pl | 2 +- challenge-096/paulo-custodio/perl/ch-2.pl | 2 +- challenge-096/paulo-custodio/perl/ch-2a.pl | 2 +- challenge-096/paulo-custodio/test.pl | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/challenge-008/paulo-custodio/perl/ch-1.pl b/challenge-008/paulo-custodio/perl/ch-1.pl index cde823ccf9..fdf20933a2 100644 --- a/challenge-008/paulo-custodio/perl/ch-1.pl +++ b/challenge-008/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 008 # diff --git a/challenge-008/paulo-custodio/perl/ch-2.pl b/challenge-008/paulo-custodio/perl/ch-2.pl index 840e002f18..344d9f9d34 100644 --- a/challenge-008/paulo-custodio/perl/ch-2.pl +++ b/challenge-008/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 008 # diff --git a/challenge-008/paulo-custodio/test.pl b/challenge-008/paulo-custodio/test.pl index f4ebb29f9f..d8f6a72809 100644 --- a/challenge-008/paulo-custodio/test.pl +++ b/challenge-008/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-009/paulo-custodio/perl/ch-1.pl b/challenge-009/paulo-custodio/perl/ch-1.pl index 93dcf9620b..861ab42bad 100644 --- a/challenge-009/paulo-custodio/perl/ch-1.pl +++ b/challenge-009/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 009 # diff --git a/challenge-009/paulo-custodio/perl/ch-2.pl b/challenge-009/paulo-custodio/perl/ch-2.pl index 5736ea96cc..554a17b0bc 100644 --- a/challenge-009/paulo-custodio/perl/ch-2.pl +++ b/challenge-009/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 009 # diff --git a/challenge-009/paulo-custodio/test.pl b/challenge-009/paulo-custodio/test.pl index 4c38e4a5ac..67cd798753 100644 --- a/challenge-009/paulo-custodio/test.pl +++ b/challenge-009/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-010/paulo-custodio/perl/ch-1.pl b/challenge-010/paulo-custodio/perl/ch-1.pl index d622244769..b2872bd8e4 100644 --- a/challenge-010/paulo-custodio/perl/ch-1.pl +++ b/challenge-010/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 010 # diff --git a/challenge-010/paulo-custodio/perl/ch-2.pl b/challenge-010/paulo-custodio/perl/ch-2.pl index f053b7a341..60053d823d 100644 --- a/challenge-010/paulo-custodio/perl/ch-2.pl +++ b/challenge-010/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 010 # diff --git a/challenge-010/paulo-custodio/test.pl b/challenge-010/paulo-custodio/test.pl index 6d475a16b8..ec9e682645 100644 --- a/challenge-010/paulo-custodio/test.pl +++ b/challenge-010/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-011/paulo-custodio/perl/ch-1.pl b/challenge-011/paulo-custodio/perl/ch-1.pl index 39e0164ecc..0aa31c4947 100644 --- a/challenge-011/paulo-custodio/perl/ch-1.pl +++ b/challenge-011/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 011 # diff --git a/challenge-011/paulo-custodio/perl/ch-2.pl b/challenge-011/paulo-custodio/perl/ch-2.pl index bba012874f..3faecb9a54 100644 --- a/challenge-011/paulo-custodio/perl/ch-2.pl +++ b/challenge-011/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 011 # diff --git a/challenge-011/paulo-custodio/test.pl b/challenge-011/paulo-custodio/test.pl index 4964296c8f..3bdb901a01 100644 --- a/challenge-011/paulo-custodio/test.pl +++ b/challenge-011/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-012/paulo-custodio/perl/ch-1.pl b/challenge-012/paulo-custodio/perl/ch-1.pl index 0bd11f659d..b065a4fc0d 100644 --- a/challenge-012/paulo-custodio/perl/ch-1.pl +++ b/challenge-012/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 012 # diff --git a/challenge-012/paulo-custodio/perl/ch-2.pl b/challenge-012/paulo-custodio/perl/ch-2.pl index c95573cecb..363f977ac9 100644 --- a/challenge-012/paulo-custodio/perl/ch-2.pl +++ b/challenge-012/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 012 # diff --git a/challenge-012/paulo-custodio/test.pl b/challenge-012/paulo-custodio/test.pl index 764f4bf5b1..b1a5dbe3cb 100644 --- a/challenge-012/paulo-custodio/test.pl +++ b/challenge-012/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-013/paulo-custodio/perl/ch-1.pl b/challenge-013/paulo-custodio/perl/ch-1.pl index facf356a55..9b6fb646a2 100644 --- a/challenge-013/paulo-custodio/perl/ch-1.pl +++ b/challenge-013/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 013 # diff --git a/challenge-013/paulo-custodio/perl/ch-2.pl b/challenge-013/paulo-custodio/perl/ch-2.pl index 11ae51a16a..03ae52d300 100644 --- a/challenge-013/paulo-custodio/perl/ch-2.pl +++ b/challenge-013/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 013 # diff --git a/challenge-013/paulo-custodio/test.pl b/challenge-013/paulo-custodio/test.pl index 30919b0235..002fa0613f 100644 --- a/challenge-013/paulo-custodio/test.pl +++ b/challenge-013/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-014/paulo-custodio/perl/ch-1.pl b/challenge-014/paulo-custodio/perl/ch-1.pl index f465d076d8..ef4247a791 100644 --- a/challenge-014/paulo-custodio/perl/ch-1.pl +++ b/challenge-014/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 014 # diff --git a/challenge-014/paulo-custodio/perl/ch-2.pl b/challenge-014/paulo-custodio/perl/ch-2.pl index d243206b26..f006f9cd09 100644 --- a/challenge-014/paulo-custodio/perl/ch-2.pl +++ b/challenge-014/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 014 # diff --git a/challenge-014/paulo-custodio/test.pl b/challenge-014/paulo-custodio/test.pl index 7bebc81eed..4d173dfe89 100644 --- a/challenge-014/paulo-custodio/test.pl +++ b/challenge-014/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-017/paulo-custodio/perl/ch-1.pl b/challenge-017/paulo-custodio/perl/ch-1.pl index 8c61031099..cc98141131 100644 --- a/challenge-017/paulo-custodio/perl/ch-1.pl +++ b/challenge-017/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 017 # diff --git a/challenge-017/paulo-custodio/perl/ch-2.pl b/challenge-017/paulo-custodio/perl/ch-2.pl index d21f6ecab7..53d7a19d10 100644 --- a/challenge-017/paulo-custodio/perl/ch-2.pl +++ b/challenge-017/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 017 # diff --git a/challenge-018/paulo-custodio/perl/ch-1.pl b/challenge-018/paulo-custodio/perl/ch-1.pl index 2108d0164c..147061054d 100644 --- a/challenge-018/paulo-custodio/perl/ch-1.pl +++ b/challenge-018/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 018 # diff --git a/challenge-018/paulo-custodio/perl/ch-2.pl b/challenge-018/paulo-custodio/perl/ch-2.pl index dfd2e0a9fc..4741528a33 100644 --- a/challenge-018/paulo-custodio/perl/ch-2.pl +++ b/challenge-018/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 018 # diff --git a/challenge-019/paulo-custodio/perl/ch-1.pl b/challenge-019/paulo-custodio/perl/ch-1.pl index af94bada70..e522f7b624 100644 --- a/challenge-019/paulo-custodio/perl/ch-1.pl +++ b/challenge-019/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 019 # diff --git a/challenge-019/paulo-custodio/perl/ch-2.pl b/challenge-019/paulo-custodio/perl/ch-2.pl index 7eaecbe7b2..ab0adf688d 100644 --- a/challenge-019/paulo-custodio/perl/ch-2.pl +++ b/challenge-019/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 019 # diff --git a/challenge-020/paulo-custodio/perl/ch-1.pl b/challenge-020/paulo-custodio/perl/ch-1.pl index 31dc97a57b..51c1839729 100644 --- a/challenge-020/paulo-custodio/perl/ch-1.pl +++ b/challenge-020/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 020 # diff --git a/challenge-020/paulo-custodio/perl/ch-2.pl b/challenge-020/paulo-custodio/perl/ch-2.pl index e770678290..256e43facc 100644 --- a/challenge-020/paulo-custodio/perl/ch-2.pl +++ b/challenge-020/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 020 # diff --git a/challenge-020/paulo-custodio/test.pl b/challenge-020/paulo-custodio/test.pl index 063c3b5b83..f7046e796c 100644 --- a/challenge-020/paulo-custodio/test.pl +++ b/challenge-020/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-021/paulo-custodio/perl/ch-1.pl b/challenge-021/paulo-custodio/perl/ch-1.pl index 63d04b961f..5573fcc6d9 100644 --- a/challenge-021/paulo-custodio/perl/ch-1.pl +++ b/challenge-021/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 021 # diff --git a/challenge-021/paulo-custodio/perl/ch-2.pl b/challenge-021/paulo-custodio/perl/ch-2.pl index 24276dedad..650e29bd87 100644 --- a/challenge-021/paulo-custodio/perl/ch-2.pl +++ b/challenge-021/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 021 # diff --git a/challenge-021/paulo-custodio/test.pl b/challenge-021/paulo-custodio/test.pl index 377db76cbb..3d288b5bd4 100644 --- a/challenge-021/paulo-custodio/test.pl +++ b/challenge-021/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-080/paulo-custodio/perl/ch-1.pl b/challenge-080/paulo-custodio/perl/ch-1.pl index 1387183f5d..eabae6a070 100644 --- a/challenge-080/paulo-custodio/perl/ch-1.pl +++ b/challenge-080/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 081 # diff --git a/challenge-080/paulo-custodio/perl/ch-2.pl b/challenge-080/paulo-custodio/perl/ch-2.pl index 4502041515..885a065dbc 100644 --- a/challenge-080/paulo-custodio/perl/ch-2.pl +++ b/challenge-080/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 081 # diff --git a/challenge-080/paulo-custodio/test.pl b/challenge-080/paulo-custodio/test.pl index f44d808593..e0e7a170d2 100644 --- a/challenge-080/paulo-custodio/test.pl +++ b/challenge-080/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-081/paulo-custodio/perl/ch-1.pl b/challenge-081/paulo-custodio/perl/ch-1.pl index 749c460c91..b84b8af47a 100644 --- a/challenge-081/paulo-custodio/perl/ch-1.pl +++ b/challenge-081/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 081 # diff --git a/challenge-081/paulo-custodio/perl/ch-2.pl b/challenge-081/paulo-custodio/perl/ch-2.pl index bc73f78b20..fbdbb68b2c 100644 --- a/challenge-081/paulo-custodio/perl/ch-2.pl +++ b/challenge-081/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 081 # diff --git a/challenge-081/paulo-custodio/test.pl b/challenge-081/paulo-custodio/test.pl index 0cc4257aad..005d2f9a9b 100644 --- a/challenge-081/paulo-custodio/test.pl +++ b/challenge-081/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-082/paulo-custodio/perl/ch-1.pl b/challenge-082/paulo-custodio/perl/ch-1.pl index cebd3818a8..52bc1f7283 100644 --- a/challenge-082/paulo-custodio/perl/ch-1.pl +++ b/challenge-082/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 082 # diff --git a/challenge-082/paulo-custodio/perl/ch-2.pl b/challenge-082/paulo-custodio/perl/ch-2.pl index 1fb9380284..6f33ff6fc9 100644 --- a/challenge-082/paulo-custodio/perl/ch-2.pl +++ b/challenge-082/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 082 # diff --git a/challenge-082/paulo-custodio/test.pl b/challenge-082/paulo-custodio/test.pl index 0eae993f89..41826dc5d1 100644 --- a/challenge-082/paulo-custodio/test.pl +++ b/challenge-082/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-083/paulo-custodio/perl/ch-1.pl b/challenge-083/paulo-custodio/perl/ch-1.pl index d516558128..a2823e6242 100644 --- a/challenge-083/paulo-custodio/perl/ch-1.pl +++ b/challenge-083/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 083 # diff --git a/challenge-083/paulo-custodio/perl/ch-2.pl b/challenge-083/paulo-custodio/perl/ch-2.pl index b191a5a7b7..8185996693 100644 --- a/challenge-083/paulo-custodio/perl/ch-2.pl +++ b/challenge-083/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 083 # diff --git a/challenge-083/paulo-custodio/test.pl b/challenge-083/paulo-custodio/test.pl index e6ecd1dc0f..8d128964bb 100644 --- a/challenge-083/paulo-custodio/test.pl +++ b/challenge-083/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-084/paulo-custodio/perl/ch-1.pl b/challenge-084/paulo-custodio/perl/ch-1.pl index 4e2a4e7bc2..b93e5c33bf 100644 --- a/challenge-084/paulo-custodio/perl/ch-1.pl +++ b/challenge-084/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 084 # diff --git a/challenge-084/paulo-custodio/perl/ch-2.pl b/challenge-084/paulo-custodio/perl/ch-2.pl index bd43abbf6e..d4c1973b9d 100644 --- a/challenge-084/paulo-custodio/perl/ch-2.pl +++ b/challenge-084/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 084 # diff --git a/challenge-084/paulo-custodio/test.pl b/challenge-084/paulo-custodio/test.pl index bfa6187ff9..2bf5c78f1c 100644 --- a/challenge-084/paulo-custodio/test.pl +++ b/challenge-084/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-085/paulo-custodio/perl/ch-1.pl b/challenge-085/paulo-custodio/perl/ch-1.pl index 0d99e7ebd6..cf996b772b 100644 --- a/challenge-085/paulo-custodio/perl/ch-1.pl +++ b/challenge-085/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 085 # diff --git a/challenge-085/paulo-custodio/perl/ch-2.pl b/challenge-085/paulo-custodio/perl/ch-2.pl index 043628f460..a6eb44558f 100644 --- a/challenge-085/paulo-custodio/perl/ch-2.pl +++ b/challenge-085/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 085 # diff --git a/challenge-085/paulo-custodio/test.pl b/challenge-085/paulo-custodio/test.pl index 125b8798e9..ccfecc66e5 100644 --- a/challenge-085/paulo-custodio/test.pl +++ b/challenge-085/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-086/paulo-custodio/perl/ch-1.pl b/challenge-086/paulo-custodio/perl/ch-1.pl index 91989ce91e..8cbb482898 100644 --- a/challenge-086/paulo-custodio/perl/ch-1.pl +++ b/challenge-086/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 086 diff --git a/challenge-086/paulo-custodio/perl/ch-2.pl b/challenge-086/paulo-custodio/perl/ch-2.pl index 87caf8292b..2fda75ead3 100644 --- a/challenge-086/paulo-custodio/perl/ch-2.pl +++ b/challenge-086/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 086 diff --git a/challenge-089/paulo-custodio/perl/ch-1.pl b/challenge-089/paulo-custodio/perl/ch-1.pl index 24c49ed8b0..3b603d925a 100644 --- a/challenge-089/paulo-custodio/perl/ch-1.pl +++ b/challenge-089/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 089 diff --git a/challenge-089/paulo-custodio/perl/ch-2.pl b/challenge-089/paulo-custodio/perl/ch-2.pl index 4f8f8b137c..61ca77c6fc 100644 --- a/challenge-089/paulo-custodio/perl/ch-2.pl +++ b/challenge-089/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 089 diff --git a/challenge-089/paulo-custodio/test.pl b/challenge-089/paulo-custodio/test.pl index 71a46a5364..12b12ae3e0 100644 --- a/challenge-089/paulo-custodio/test.pl +++ b/challenge-089/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-090/paulo-custodio/perl/ch-1.pl b/challenge-090/paulo-custodio/perl/ch-1.pl index f65a287354..67dfb57d9f 100644 --- a/challenge-090/paulo-custodio/perl/ch-1.pl +++ b/challenge-090/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 090 # TASK #1 › DNA Sequence diff --git a/challenge-090/paulo-custodio/perl/ch-2.pl b/challenge-090/paulo-custodio/perl/ch-2.pl index 16dba08035..b8e35b30b6 100644 --- a/challenge-090/paulo-custodio/perl/ch-2.pl +++ b/challenge-090/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 090 # TASK #2 › Ethiopian Multiplication diff --git a/challenge-090/paulo-custodio/test.pl b/challenge-090/paulo-custodio/test.pl index 4a46cdba03..f39f832c0a 100644 --- a/challenge-090/paulo-custodio/test.pl +++ b/challenge-090/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-091/paulo-custodio/perl/ch-1.pl b/challenge-091/paulo-custodio/perl/ch-1.pl index 149f124e2a..dab75e6821 100755 --- a/challenge-091/paulo-custodio/perl/ch-1.pl +++ b/challenge-091/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # THE WEEKLY CHALLENGE - 091 # TASK #1: Count Number diff --git a/challenge-091/paulo-custodio/perl/ch-1a.pl b/challenge-091/paulo-custodio/perl/ch-1a.pl index 71574b5a5f..4ccb2ce9e4 100755 --- a/challenge-091/paulo-custodio/perl/ch-1a.pl +++ b/challenge-091/paulo-custodio/perl/ch-1a.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # THE WEEKLY CHALLENGE - 091 # TASK #1: Count Number diff --git a/challenge-091/paulo-custodio/perl/ch-2.pl b/challenge-091/paulo-custodio/perl/ch-2.pl index 73cd42017a..613ea0c602 100755 --- a/challenge-091/paulo-custodio/perl/ch-2.pl +++ b/challenge-091/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # THE WEEKLY CHALLENGE - 091 # TASK #2: Jump Game diff --git a/challenge-091/paulo-custodio/test.pl b/challenge-091/paulo-custodio/test.pl index f9cec2c5a0..04d89a6ab3 100644 --- a/challenge-091/paulo-custodio/test.pl +++ b/challenge-091/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-093/paulo-custodio/perl/ch-1.pl b/challenge-093/paulo-custodio/perl/ch-1.pl index 78b4666910..4449a77c87 100644 --- a/challenge-093/paulo-custodio/perl/ch-1.pl +++ b/challenge-093/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 093 # diff --git a/challenge-093/paulo-custodio/perl/ch-2.pl b/challenge-093/paulo-custodio/perl/ch-2.pl index ffab2cc6ea..f0797aad04 100644 --- a/challenge-093/paulo-custodio/perl/ch-2.pl +++ b/challenge-093/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 093 # diff --git a/challenge-093/paulo-custodio/test.pl b/challenge-093/paulo-custodio/test.pl index 074f88e284..517aa17cbf 100644 --- a/challenge-093/paulo-custodio/test.pl +++ b/challenge-093/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-094/paulo-custodio/test.pl b/challenge-094/paulo-custodio/test.pl index 1232740d4b..824f7d2055 100644 --- a/challenge-094/paulo-custodio/test.pl +++ b/challenge-094/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-095/paulo-custodio/perl/ch-1.pl b/challenge-095/paulo-custodio/perl/ch-1.pl index 3f61aa5f78..3ac3a7b750 100644 --- a/challenge-095/paulo-custodio/perl/ch-1.pl +++ b/challenge-095/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 095 # diff --git a/challenge-095/paulo-custodio/perl/ch-2.pl b/challenge-095/paulo-custodio/perl/ch-2.pl index db31e08d39..480d5cf918 100644 --- a/challenge-095/paulo-custodio/perl/ch-2.pl +++ b/challenge-095/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 095 # diff --git a/challenge-095/paulo-custodio/test.pl b/challenge-095/paulo-custodio/test.pl index 941c2f051c..c0948fc22b 100644 --- a/challenge-095/paulo-custodio/test.pl +++ b/challenge-095/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; diff --git a/challenge-096/paulo-custodio/perl/ch-1.pl b/challenge-096/paulo-custodio/perl/ch-1.pl index dac87ee172..86015899e2 100644 --- a/challenge-096/paulo-custodio/perl/ch-1.pl +++ b/challenge-096/paulo-custodio/perl/ch-1.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 096 # diff --git a/challenge-096/paulo-custodio/perl/ch-2.pl b/challenge-096/paulo-custodio/perl/ch-2.pl index 577366f8f3..829d33c12d 100644 --- a/challenge-096/paulo-custodio/perl/ch-2.pl +++ b/challenge-096/paulo-custodio/perl/ch-2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 096 # diff --git a/challenge-096/paulo-custodio/perl/ch-2a.pl b/challenge-096/paulo-custodio/perl/ch-2a.pl index 9d253572aa..13452e254d 100644 --- a/challenge-096/paulo-custodio/perl/ch-2a.pl +++ b/challenge-096/paulo-custodio/perl/ch-2a.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # Challenge 096 # diff --git a/challenge-096/paulo-custodio/test.pl b/challenge-096/paulo-custodio/test.pl index 86bed4d1aa..3848a26842 100644 --- a/challenge-096/paulo-custodio/test.pl +++ b/challenge-096/paulo-custodio/test.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; -- cgit