I am trying to redirect to a html page in my script.
I am printing out the correct code:
print "Location: $url", "\n\n";
The only problem is, is that my script is printing out this line of code within the browser instead of actually redirecting me. I am not calling any print functions prior to this redirect and am not printing content type.