my $r = shift; $r->send_http_header('text/plain'); $r->print("mod_perl rules!\n"); [download]
In reply to mod_trouble by dev2000