aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-253/mattneleigh/perl/ch-2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-253/mattneleigh/perl/ch-2.pl b/challenge-253/mattneleigh/perl/ch-2.pl
index 0bf890df2e..2aa03f2f03 100755
--- a/challenge-253/mattneleigh/perl/ch-2.pl
+++ b/challenge-253/mattneleigh/perl/ch-2.pl
@@ -29,7 +29,7 @@ foreach my $matrix (@matrices){
printf(
"Input: \$matrix = [\n%s\n ]\nOutput: (%s)\n\n",
join(
- "\n",
+ ",\n",
map(
" " . $_,
matrix_to_strings($matrix)