my @select_box_list; foreach (@some_array_containing_a_hashref){ push(@select_box_list,$html_obj->HTML_Select_List_Option(name=>"select_your_state",value=$_->{whatever_value},text=>$_->{whatever_description}); }