in reply to How do I make one CGI script send the user to another CGI script?
use CGI; $q = new CGI; $urlPath = 'http://www.disney.com:88/something.html'; print $q->header(-target=>'_top',-nhp=>1,-expires=>'now',-location=>$urlPath);