]> git.xolatile.top Git - emil-3chen.org.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Tue, 6 May 2025 19:16:21 +0000 (13:16 -0600)
committerEmil Williams <emilemilemil@cock.li>
Tue, 6 May 2025 19:16:21 +0000 (13:16 -0600)
perl/Triple.pm

index cb85cb02f73ec11eacee4b2cf3d9d1f18e392de5..6d06cf3bf841577b9fbf5dcfa6ad18d11513a033 100644 (file)
@@ -76,10 +76,10 @@ sub init {
             banana => 'sand',
         };
         foreach my $key (keys %page) {
-            my @set = $page{$key};
+            my $set = $page{$key};
             last if $set[0] == DYNAMIC_PAGE;
             syslog("info", "Marking Static '$key'");
-            print Dumper $set[0][0];
+            print Dumper $set[0];
             #         $template->process($datum[1], $vars, \$_) or syslog("info", $template->error());
             #         $static{$path} = $_;
         }