my $r = Apache->request; $r->send_http_header('text/plain'); $r->print("mod_perl rules!\n");