my $dd_country_str; unless(open(FILE, "\n*; while(){ if(/(.*):(.*)/i){ $dd_country_str .= qq*\n*; } } $dd_country_str .= qq*\n*; close(FILE); } ###now call the dd_str you just built; my $first_dropdown = $dd_country_str; $first_dropdown =~ s/(value="$country_alias_you_want_selected")/$1 selected="selected"/g; ###XHTML compliant print $first_dropdown; . . .