Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
123456 my $r = Apache->request;$r->content_type("text/plain");$r->send_http_header;$r->print("OK ", $r->path_info);
my
$r
= Apache->request;
->content_type(
"text/plain"
);
->send_http_header;
->
print
(
"OK "
,
->path_info);