From 356c8d5b5a56ffa8dd3648432150eb124e5d2603 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 14 May 2025 13:37:30 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/Triple.pm b/perl/Triple.pm index 0996ef1..0d5ae20 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -57,6 +57,7 @@ sub Triple::main { my $location; my $body = ''; if ($method eq 'POST') { + syslog("info", "something like posting has occurred); if ($content_length > 0) { read(STDIN, $body, $content_length); } -- 2.47.3