found (CGI) bottleneck
This commit is contained in:
parent
f4e685c344
commit
d1b98371ee
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
1
gorillanest.pl.cgi
Normal file → Executable file
@ -4,7 +4,6 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
use CGI;
|
||||
use Switch::Back;
|
||||
use Template;
|
||||
use URI::Escape;
|
||||
use Cwd;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user