Help for this page

Select Code to Download


  1. 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);
    
  2. or download this
    sub add_members {
        foreach (@addmembers)
    ...
            $requestID = $requestID;
        }
    }