From 12b89e85bbca412823ea14d0f6be3d779bcf415c Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 6 May 2025 13:07:07 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl/Triple.pm b/perl/Triple.pm index 2e81c19..fcca4fe 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -78,8 +78,11 @@ sub init { foreach (my ($path, @datum) = each %page) { if ($datum[0] == DYNAMIC_PAGE) { syslog("info", "Marking Dynamic '$path'"); + print "I'm having a stroke"; + next; } syslog("info", "Marking Static '$path'"); + print "You are."; # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); # $static{$path} = $_; } -- 2.47.3