From 23536630b08a8dfb00dd1956563060ce8fdaa8cd Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 6 May 2025 12:58:12 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index fb9a732..12f6920 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -71,17 +71,17 @@ sub preinit { sub init { - sub init_static { - my $vars = { - banana => 'sand', - }; - foreach (my ($path, @datum) = each %page) { - last if $datum[0] == DYNAMIC_PAGE; - syslog("info", "Marking Static $path"); - $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); - $static{$path} = $_; - } - } + # sub init_static { + # my $vars = { + # banana => 'sand', + # }; + # foreach (my ($path, @datum) = each %page) { + # last if $datum[0] == DYNAMIC_PAGE; + # syslog("info", "Marking Static $path"); + # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); + # $static{$path} = $_; + # } + # } my ($sitename, $version) = preinit(); -- 2.47.3