]> ruin.nu Git - ndwebbie.git/blobdiff - script/ndweb_server.pl
preloading cgi is only needed in built-in server so move to that script
[ndwebbie.git] / script / ndweb_server.pl
index 2a50e5e770729395af821946a2954a2a85df41c0..fbd487270c9943ed1d5bc34615c9eb79c5954062 100755 (executable)
@@ -13,6 +13,10 @@ use Pod::Usage;
 use FindBin;
 use lib "$FindBin::Bin/../lib";
 
+#Need to preload, otherwise the first hit is slow
+use CGI qw/:standard/;
+escapeHTML('');
+
 my $debug             = 0;
 my $fork              = 0;
 my $help              = 0;