From ca481264edd63e35052464f821e0135f599376b2 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Fri, 16 May 2025 16:50:27 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 0c6c387..7678650 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -53,11 +53,11 @@ sub Triple::main { my $request = FCGI::Request(); my @threads = ( - ( + \( [ "Post", 1 ], [ "Sneed", 2 ], ), - ( + \( [ "based", 3 ], [ "retard", 4 ], ), -- 2.39.5