Help for this page
use strict; use CGI; ... my $zip = $q -> param('zip'); my $phone = $q -> param('phone'); and so on....
use strict; no strict 'refs'; ... my $variable = $field; $$variable = param( $field ); }