use strict; use warnings; use CGI; my $cgi = CGI->new(); my $next_url = 'intro.cgi'; print $cgi->header(-location => "$next_url?BLAAAAH" ); exit;