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