diff options
Diffstat (limited to 'challenge-105')
| -rw-r--r-- | challenge-105/abigail/perl/ch-2.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-105/abigail/perl/ch-2.pl b/challenge-105/abigail/perl/ch-2.pl index f551468315..00122bea1c 100644 --- a/challenge-105/abigail/perl/ch-2.pl +++ b/challenge-105/abigail/perl/ch-2.pl @@ -9,6 +9,12 @@ no warnings 'syntax'; use experimental 'signatures'; use experimental 'lexical_subs'; +# +# Run as: perl ch-2.pl +# + +binmode STDERR, ":utf8" or die "bimode: $!"; + die << "--"; This challenge is impossible. This is a children's game, played with children who cannot read or write yet. The song is entirely |
