print "HTTP/1.0 302 Somewhere else\r\n"; print "Content-Type: text/html\r\n"; print $query->redirect('http://localhost/rbsaws/'), "\r\n"; print "\r\n"; # signal end of headers