Always group reply so everyone can help and be helped.

Johnstone, Colin wrote:

Thank You,

I tried this but with no success

#!/usr/bin/perl -w

print 'Location: http://www.mydomain.com/cgi-bin/myform.cgi';


You need to indicate the end of the headers with a double new line:


print "Location: http://danconia.org\n\n";;

Then the browser will know to start doing its job and how to do it.

http://danconia.org


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to