in reply to Select Box Options

You need to call param in list context:

my @userIDs = $query->param('users')

See the CGI docs for more info.