![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Problems with sticky CGI paramsby hoonz (Initiate) |
on Oct 23, 2001 at 16:48 UTC ( #120767=perlquestion: print w/replies, xml ) | Need Help?? |
hoonz has asked for the wisdom of the Perl Monks concerning the following question:
I have a single perl script that has - in one of its modules a form that enables the user to change viewing preferences. The form then calls another module to update a cookie.
The $redirect is set to: "http://www.mysite.com/cgi-bin/forum.pl" When the quicklog sub-routine is called it goes to url: "http://www.mysite.com/cgi-bin/forum.pl?quicklog" The print statement does not redirect to "http://www.mysite.com/cgi-bin/forum.pl" I'm trying to get the script to in effect reload itself without the ? Any ideas? I'm stuck and still not a guru :) Edit kudra, 2001-10-23 Changed title per ntc request
Back to
Seekers of Perl Wisdom
|
|