found (CGI) bottleneck

This commit is contained in:
anon 2025-08-21 00:18:23 +02:00
parent f4e685c344
commit d1b98371ee
2 changed files with 3 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
nytprof/
*.sqlite3
config.pl
*.db
*.out
git/*
!git/public/.gitkeep
!git/private/.gitkeep

1
gorillanest.pl.cgi Normal file → Executable file
View File

@ -4,7 +4,6 @@ use strict;
use warnings;
use CGI;
use Switch::Back;
use Template;
use URI::Escape;
use Cwd;