From dc1f16ab7bd9a620c6e96d96a01aef8aa02916ad Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 6 May 2025 13:19:49 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 04e024a..4460612 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -76,7 +76,7 @@ sub init { banana => 'sand', }; foreach my $key (keys %page) { - my @set = $page{$key}[0]; + my @set = $page{$key}; print Dumper @set; last if $set[0] == DYNAMIC_PAGE; syslog("info", "Marking Static '$key'"); -- 2.47.3