#file:Stasis/Web.pm #---------------------- package StasisWeb::Web; use threads::shared; my $thelock :shared; use strict; use warnings; use Apache2::RequestRec (); use Apache2::RequestIO (); use Apache2::Const -compile => qw(OK); sub handler { my $r = shift; $r->content_type('text/html'); print "