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