package Hello; use strict; use Apache2::RequestRec (); use Apache2::RequestIO (); use Apache2::Const -compile => qw(OK); my $count = 0; sub handler { my $r = shift; $r->content_type('text/html'); print "