From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567 my $r = shift;$r->send_http_header('text/plain');my $module = $r->args;if (Apache->module($module)) { print "OK\n";}
my
$r
=
shift
;
->send_http_header(
'text/plain'
);
$module
->args;
if
(Apache->module(
)) {
print
"OK\n"
}