From a97e81d6e06d39150392e0d22a14b1f24bf7f433 Mon Sep 17 00:00:00 2001 From: Jared Martin Date: Fri, 1 May 2020 16:34:32 -0500 Subject: Included the Challenge week in the comments. --- challenge-058/jaredor/perl/ch-2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-058/jaredor/perl/ch-2.pl b/challenge-058/jaredor/perl/ch-2.pl index 32b9fec619..ecbc14f8c4 100755 --- a/challenge-058/jaredor/perl/ch-2.pl +++ b/challenge-058/jaredor/perl/ch-2.pl @@ -6,7 +6,7 @@ use Getopt::Long; use List::Util qw(all any); use List::MoreUtils qw(uniq indexes last_index); -# TASK #2 › Ordered Lineup +# PWC 058, TASK #2 : Ordered Lineup # # Write a script to arrange people in a lineup according to how many taller # people are in front of each person in line. You are given two arrays. @H is a -- cgit