Jeepers
08-18-2002, 04:00 PM
Hi Guys
Still struggling with Perl so please forgive this 'basic' question.
I have a couple of other scripts that work fine using
print "Location: url---
to display a page in the clients browser. This new script I'm using just prints the url to the browser window. I understand this is because the content-type is text/html (according to a search and answer by Feyd.
I can print a content refresh to url in html from the script that works ok but it is slow. What do I need to do to ensure that I can use print "Location:.
I have tried a few things but they all just print to the browser.
Thanks.
Still struggling with Perl so please forgive this 'basic' question.
I have a couple of other scripts that work fine using
print "Location: url---
to display a page in the clients browser. This new script I'm using just prints the url to the browser window. I understand this is because the content-type is text/html (according to a search and answer by Feyd.
I can print a content refresh to url in html from the script that works ok but it is slow. What do I need to do to ensure that I can use print "Location:.
I have tried a few things but they all just print to the browser.
Thanks.