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