|
|
| Welcome to the Monastery | |
| PerlMonks |
problem with redirecting to a cgi pageby srinivas_rocks (Sexton) |
| on Jul 03, 2008 at 00:34 UTC ( #695252=perlquestion: print w/ replies, xml ) | Need Help?? |
|
srinivas_rocks has asked for the
wisdom of the Perl Monks concerning the following question:
Hi Monks,
Seek your help on redirecting a page in CGI I have written a simple CGI page which accepts the username and password. From obtained values I pass them to a subroutine which creates cookies and returns to main. In main routine I redirect it to another page. Here is my sample code: When the code reaches to redirecting part it is giving me Status: 302 Moved Location: sample.cgi Did I make any mistake while redirecting or any other part. Is that related to cookies ( as per my knowledge it should not ) Please help me with this. Thanks in Advance Srinivas.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||