% % % my %opt = @_; % foreach my $opt (qw( county state country prefix onchange disabled )) { % $opt{$_} = '' unless exists($opt{$_}) && defined($opt{$_}); % } % %