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