From 052dd07fd57c3705dd50a9d555ec8d81588ab3be Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 6 May 2025 13:18:42 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 3704758..98f9f76 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -79,7 +79,7 @@ sub init { my @set = $page{$key}[0]; last if $set->[0] == DYNAMIC_PAGE; syslog("info", "Marking Static '$key'"); - # print Dumper $set->[0]; + print Dumper @set; # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); # $static{$path} = $_; } -- 2.47.3