From: Emil Williams Date: Thu, 8 May 2025 03:51:42 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=94692fe0c4d94d453c3b8d56024b29d2486e38d5;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index a4db4ee..8065cb3 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -46,7 +46,7 @@ sub Triple::main { -charset => 'UTF-8', ); - print %static{$path} // %static{''}; + print %static{$path}; } }