use strict; use CGI qw( :all ); my $redir='http://www.domain.de/script.php?parameterneu=' . param('p2'); print redirect( $redir );