in reply to redirect a CGI script (was: redirect)
#Straight from the perldoc use CGI; my $query = new CGI; print $query->redirect('http://somewhere.else/in/movie/land'); [download]