From: Emil Williams Date: Fri, 16 May 2025 00:06:08 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=b8c7b74a7ca3d8f96249d43be5589a8599379e31;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 0707627..10bf91c 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -75,7 +75,7 @@ sub Triple::main { read(STDIN, $body, $content_length); } - open(my $fh, '>>', 'post_dump.txt') or die; + open(my $fh, '>', 'post_dump.txt') or die; # print $fh $body; # print $fh "\r\n"; my %post = parse_post($body);