From: Emil Williams Date: Thu, 21 Aug 2025 09:53:10 +0000 (+0000) Subject: Isolate Things Pt. 3, +- Forgetting Emil X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=ba0091b0deb9b11c398e05a80e80e6c903a280a6;p=gorillanest.git Isolate Things Pt. 3, +- Forgetting Emil --- diff --git a/perl/cgi.pl b/perl/cgi.pl index fc8e466..14bb100 100755 --- a/perl/cgi.pl +++ b/perl/cgi.pl @@ -113,6 +113,7 @@ sub GN::cgi { } sub GN::init() { + my $root = GIT_ROOT; my %data = ( found => 0, ); @@ -126,7 +127,6 @@ sub GN::init() { } sub GN::main() { - my $root = GIT_ROOT; my ($data, $routes, $routes_cache) = GN::init(); GN::cgi($data, $routes, $routes_cache); }