in reply to how do I redirect to a previous page in my CGI script
I just thought you might like to see both ways to get a better idea of what you are working with. Bottom line is that you should use CGI.pm.print $query->redirect(-uri=>'http://somewhere.else/in/movie/land', -nph=>1);
|
|---|