my $url_group = $query->param('url_group'); print start_form(-action=>"test_form.pl?$url_group"); print $query->defaults; print end_form;