From: Emil Williams Date: Tue, 6 May 2025 19:07:07 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=12b89e85bbca412823ea14d0f6be3d779bcf415c;p=emil-3chen.org.git -- --- 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} = $_; }