http://qs321.pair.com?node_id=352688


in reply to How to make a <a href> link run a CGI script while passing parameters?

I think it would be better, if you would use the CGI module (perldoc CGI) to get your parameters. After you know the page you want to call do a redirect to that page. You can do that using the CGI module aswell.
print $query->redirect('http://somewhere.else/in/movie/land');

snadra

Sorry, it took me a while to send this post. Most of it was said already...