in reply to Re^3: cgi code that opens a website
in thread cgi code that opens a website

print CGI->redirect(...

Replies are listed 'Best First'.
Re^5: cgi code that opens a website
by Your Mother (Archbishop) on Feb 22, 2011 at 15:45 UTC

    I'll be damned. I didn't know CGI would do that. Thanks.

    perl -MCGI -e 'print CGI->redirect("http://woowoo")' Status: 302 Found Location: http://woowoo