use strict; my $r = shift; $r->send_http_header('text/plain'); print "mod_perl rules";