From 98e32923a3622d01b9bcccd2551ab73a55b740c4 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 21 Aug 2025 01:36:43 +0200 Subject: [PATCH] comment --- gorillanest.pl.cgi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gorillanest.pl.cgi b/gorillanest.pl.cgi index beda12a..a807fc4 100755 --- a/gorillanest.pl.cgi +++ b/gorillanest.pl.cgi @@ -7,6 +7,9 @@ # # i modified the routing heavily, this is how people do it; # pretty clean +# you must also realize that not all routes are necessarily templates, +# it could be a redirect for example, so the original solution would +# complicate beyond comprehension use strict; use warnings; -- 2.39.5