From: Emil Williams Date: Fri, 16 May 2025 00:02:45 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=288cae4986b6a70ef859d13fe6819a84ccc18aeb;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 140c97d..0707627 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -76,12 +76,11 @@ sub Triple::main { } open(my $fh, '>>', 'post_dump.txt') or die; - print $fh $body; - print $fh "\r\n"; - close $fh; - + # print $fh $body; + # print $fh "\r\n"; my %post = parse_post($body); print $fh Dumper %post; + close $fh; $status = '302 Found'; $location = $vars->{"uri"};