From: Emil Williams Date: Fri, 16 May 2025 00:02:12 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=6e21cb321b61108f6eddeea794e6ab0778b76ecb;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 3587669..140c97d 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -81,6 +81,7 @@ sub Triple::main { close $fh; my %post = parse_post($body); + print $fh Dumper %post; $status = '302 Found'; $location = $vars->{"uri"};