diff options
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 9fbbe09470..80084c695b 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 411ed1e154..532abb0f5c 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/ |
