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