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