From 44f14b09f2e49649d8de2e213eaded0e6f4fc66b Mon Sep 17 00:00:00 2001 From: Jörg Sommrey <28217714+jo-37@users.noreply.github.com> Date: Tue, 9 Nov 2021 13:49:51 +0100 Subject: Solution to task 2 --- challenge-138/jo-37/perl/ch-2.pl | 87 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100755 challenge-138/jo-37/perl/ch-2.pl diff --git a/challenge-138/jo-37/perl/ch-2.pl b/challenge-138/jo-37/perl/ch-2.pl new file mode 100755 index 0000000000..bf1930ebec --- /dev/null +++ b/challenge-138/jo-37/perl/ch-2.pl @@ -0,0 +1,87 @@ +#!/usr/bin/perl -s + +use v5.16; +use Test2::V0; +use experimental 'signatures'; + +our ($tests, $examples); + +run_tests() if $tests || $examples; # does not return + +die <