for an undefined amounts of users (n), I want to create a
hash that holds a user ID (which would be in the order
1, 2, ... , n | n != 1 or 2) and a value that would
be pulled from an array with n entries for sorting into
decending order by the value.
any good ideas?
Thanks for helping a newbie!!