From 94692fe0c4d94d453c3b8d56024b29d2486e38d5 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 7 May 2025 21:51:42 -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 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}; } } -- 2.39.5