in reply to Call a CGI script from another CGI script most independently
... use CGI; ... my $out = new CGI; ... print $out->redirect( -URL => "/cgi-bin/the_other_CGI_script" ); [download]