From: Emil Williams Date: Tue, 6 May 2025 19:15:30 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=1cec306d9afe6768fccb40208c39b7def44bdfd9;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index aeb6395..a4b9d40 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; + print Dumper $set[0], $set[1]; # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); # $static{$path} = $_; }