$redirURL = "http://localhost/cgi-bin/add_building_names.cgi?customer=$post_new_customer"; print $q->redirect(-URL => $redirURL); #### my @values = split(/=/,$ENV{QUERY_STRING}); my $customer_get = $values[1];