perl-HTTP-Server-Simple-0.52-lp151.2.1 >  A [j/=„7t'EhcIojVzI276I;jqs8<(b 6! E.a-/@cЯed'urM8˰`G`٪€iJ5cpipgq#H7M/4H aIjsA V!ӫ@u0)nrׅ)(" #.W ]/"HL)u Kmc iVR_#O >7ۺ7}Yadf03fefdf1bc828416347f4d317102674bd70e6c916f11953a427d87bde9bae5ad1a846e50eb424cd3edbfebbac6fb9d67fc8f9o[j/=„t!\+֓4S+ 5E`9SWPQ}QGBA1|2Td-:[ߚL໻ċ O~dW݉t+3w㞸 K S޶D K+6U%/~јe۞C;+ ^1F|q} 4=`'  EJPᔍp fTQ^UXysc~ځ5p5s*.h 豱->p>?d ) APT\`s| @ \ x   J x  *( M8 T 9 | : A FGHI(X8YH\`]^{bcmdefluv0wxTyzCperl-HTTP-Server-Simple0.52lp151.2.1Lightweight 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