From: Emil Williams Date: Thu, 8 May 2025 03:52:41 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=afb75a1fed673caf6ef90db17460365e0cb8db22;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 8065cb3..85deda3 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{''}; } }