Hello,
I am having trouble getting my perl script to redirect to another page. The code is very simple, and is nested within an if statement. It goes something like this:
if(....whatever)
{
print "Location: }
All it does is simply print that on the actual browser, not do anything. I've also tried this as well:
print $query->redirect("
And it simply prints the statement in the browser. I am running Mozilla FireFox latest build.
Thanks in advance for your help.
Joe Barkawi
I am having trouble getting my perl script to redirect to another page. The code is very simple, and is nested within an if statement. It goes something like this:
if(....whatever)
{
print "Location: }
All it does is simply print that on the actual browser, not do anything. I've also tried this as well:
print $query->redirect("
And it simply prints the statement in the browser. I am running Mozilla FireFox latest build.
Thanks in advance for your help.
Joe Barkawi