From: Emil Williams Date: Thu, 8 May 2025 03:40:44 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=922e1f97f2298f0861fe9c845786fdd8765b8ccb;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 99480f3..b53e071 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -100,6 +100,8 @@ sub init { $vars->{"uri"} = "$key"; my $temporary; $template->process($set[1], $vars, \$temporary) or syslog("info", $template->error()); + print $temporary; + exit; $static{$key} = $temporary; } }