From: Emil Williams Date: Wed, 14 May 2025 20:08:57 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=4f4bdc9c4090e9fc9f6a87e2ff204fab6b9aa108;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 34e4993..0d8d400 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -66,7 +66,7 @@ sub Triple::main { open(my $fh, '>>', 'post_dump.txt') or die; chomp $body; - print $fh $body . '\n'; + print $fh $body; close $fh; $status = '302 Found';