From: Emil Williams Date: Tue, 6 May 2025 19:20:51 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=27705ba6e7388859c5121d00c747bf9ae918a302;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index f6ced78..38cd553 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}; + my \$set = $page{$key}; print Dumper $set; # last if $set->[0] == DYNAMIC_PAGE; # syslog("info", "Marking Static '$key'");