From: Emil Williams Date: Wed, 14 May 2025 19:37:30 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=356c8d5b5a56ffa8dd3648432150eb124e5d2603;p=emil-3chen.org.git -- --- 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); }