![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: How to make a <a href> link run a CGI script while passing parameters?by snadra (Scribe) |
on May 12, 2004 at 10:37 UTC ( #352688=note: print w/replies, xml ) | Need Help?? |
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...
In Section
Seekers of Perl Wisdom
|
|