in reply to Calling a cgi with another cgi

I'm not sure you know what you want :)

But, to do a redirect try this:
use CGI; use strict; my $q = new CGI; print $q->redirect( -uri => 'http://www.perlmonks.org/' );
Other than that, I'd need a better description of your problem.

--
Rock is dead. Long live paper and scissors!