or download this
print div({-class=>'taskcolumnleft'},
h3("Chair(s) of<br>$name committee"),
...
scrolling_list(-name=>"addmember", -value=>$nocIDArray, -size=>20,
+ labels=>$nocNameHash, -multiple=>"true"),
p(submit(-name=>'submit',-value=>'<<= Add Members')),
end_form);