From: Emil Williams Date: Thu, 8 May 2025 03:36:16 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=88ed395163def5462cc0edd175f809d034911bf7;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 8a5584a..137e49a 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -97,9 +97,9 @@ sub init { syslog("info", "Marking Static '$key'"); $vars->{"uri"} = "$key"; my $temporary; - print $set[1]; - # $template->process($set[1], $vars, \$temporary) or syslog("info", $template->error()); - # $static{$key} = $temporary; + syslog("info" "->> $set[1]"); + $template->process($set[1], $vars, \$temporary) or syslog("info", $template->error()); + $static{$key} = $temporary; } }