perl-HTTP-Server-Simple-0.52-1.22 >  A [Up9|#I"Emė159\.2I|!W*wd yy"/QI]bf /Af/16z睜xj]Qd0]=$ɀU,.b0 a j8OϭX|Ӕ!5r1fxqb?:s؃ ] 5Ɂ%{>)~̲ۜiFi/-\ʶUKo B(O|zHqP%&mhi 2b31c1175b9d5aa012f2f4ae75765956b03edaba2200c6a5a492776c5365e32c5bde49fb5e363d5a82b0b3200bddf03dba0aefcdp[Up9|F7J;J dB熠ЯTȗ6j[+59@ 1j;|ϫ^'Bw3%V ?Oެ@b hZ3FLvalE)Y5ǕF KQTjҏ|!]KڼKF#&lyxԍΨJ6׼-Q Z˱!Qh[z\m;kvGWvLJ%YRQpLFFΫ*,RL獿icD>p>?d $ <LPX\u  X t    b    >( a8 h 9 : U FGHI@XPY`\t]^bcdefluv<w(x`yzCperl-HTTP-Server-Simple0.521.22Lightweight 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