my $r = shift; $r->headers_out(Location => 'http://www.test.com/?view=test'); $r->status(REDIRECT); $r->send_http_header;