diff options
| -rw-r--r-- | challenge-112/abigail/perl/ch-1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-112/abigail/perl/ch-1.pl b/challenge-112/abigail/perl/ch-1.pl index e1f01db484..b68a966191 100644 --- a/challenge-112/abigail/perl/ch-1.pl +++ b/challenge-112/abigail/perl/ch-1.pl @@ -39,5 +39,5 @@ while (<>) { # Remove trailing slashes s !/+$!!; - say; + say $_ || '/'; } |
