From afb75a1fed673caf6ef90db17460365e0cb8db22 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 7 May 2025 21:52:41 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{''}; } } -- 2.47.3