From: Emil Williams Date: Thu, 8 May 2025 03:39:42 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=845bf82cbdd005a7dadada7029d10e90f26a8216;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index e2a6bc1..ee101eb 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -41,13 +41,13 @@ sub Triple::main { my $path = $ENV{'REQUEST_URI'} // '/'; - exit; - print $cgi->header( -Content_Type => 'text/html', -charset => 'UTF-8', ); + exit; + print %static{$path}; } }