From: Emil Williams Date: Wed, 14 May 2025 19:34:44 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=b7d5af4801231e051a5ea825cce2fc0c6f1750c9;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 8d4b86e..39bbbf5 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -54,6 +54,7 @@ sub Triple::main { my $content_length = $ENV{'CONTENT_LENGTH'} || 0; my $content_type = $ENV{'CONTENT_TYPE'} || ''; my $status = ''; + my $location; my $body = ''; if ($method eq 'POST') {