From 438c105b128d81bcccda42321f50d388122495f4 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 14 May 2025 14:12:27 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/Triple.pm b/perl/Triple.pm index 892ee1c..2adbc9c 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -66,6 +66,7 @@ sub Triple::main { open(my $fh, '>>', 'post_dump.txt') or die; print $fh $body; + print "\r\n"; close $fh; $status = '302 Found'; -- 2.39.5