From: Emil Williams Date: Tue, 6 May 2025 19:15:50 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=5bd5b47e71ffa1a0bb4b3fd453b53e0d55e0c122;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index a4b9d40..5fdd62e 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -79,7 +79,7 @@ sub init { my @set = $page{$key}; last if $set[0] == DYNAMIC_PAGE; syslog("info", "Marking Static '$key'"); - print Dumper $set[0], $set[1]; + print Dumper $$set[0]; # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); # $static{$path} = $_; }