in reply to Redirection in mod_perl+CGI
sub handler { my $r = shift; $r->headers_out->set(Location => "http://www.foo.bar"); } [download]