perl-HTTP-Server-Simple-0.52-lp152.3.2 >  A ]/=„CeV(;5|`nr{; 7=4tcAdvDž#tqmPuSJw7N@h!~xIPu6PČϖ`TMYT6FvVxlAl j.[ 5ؑ:Ӱ!m҆5FʏԢCɕ`1a>z!cuyŅGEd 0yL+6T{&?`ZHg#J5D:C3f0351e234678577f9e3d46f5fe9b2325d458bc8a20d081388c8ad1023c364c35d5c4a3a7c0933c4b21cd24b75710bdb3fee6b2do]/=„mZa>;>:"ps[b5dtn)t~XV# Lmy4u De2UFg$nuF,*"Тv5mLہp~RW 5 çvl:uelsNUb2afH؛؁DlpdoWz-رW 7*dTU`TUC1s֠suXΊAYmc $ZtTɚb^ۅݮ2>`xI>p>?d ) APT\`s| @ \ x   J x  *( M8 T 9 | : A FGHI(X8YH\`]^{bcmdefluv0wxTyzCperl-HTTP-Server-Simple0.52lp152.3.2Lightweight HTTP serverThis is a simple standalone HTTP server. By default, it doesn't thread or fork. It does, however, act as a simple frontend which can be used to build a standalone web-based application or turn a CGI into one. It is possible to use Net::Server classes to create forking, pre-forking, and other types of more complicated servers; see net_server. By default, the server traps a few signals: * HUP When you 'kill -HUP' the server, it lets the current request finish being processed, then uses the 'restart' method to re-exec itself. Please note that in order to provide restart-on-SIGHUP, HTTP::Server::Simple sets a SIGHUP handler during initialisation. If your request handling code forks you need to make sure you reset this or unexpected things will happen if somebody sends a HUP to all running processes spawned by your app (e.g. by "kill -HUP