Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

my $r = Apache->request;
$r->content_type("text/plain");
$r->send_http_header;
$r->print("OK ", $r->path_info);