From: Emil Williams Date: Tue, 6 May 2025 19:13:55 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=e3708c6399542d087e7787e1c770ce881d08207e;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 9d0f265..98afc90 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -77,6 +77,7 @@ sub init { }; foreach my $key (keys %page) { my @set = $page{$key}; + last if $set[0] == DYNAMIC_PAGE; print Dumper @set; # foreach (my ($path, @set) = each %page) { # if ($datum[0] == DYNAMIC_PAGE) {