Help for this page

Select Code to Download


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