hash: %random_name = ( $bob => "something", etc ); #### foreach (@array) { $value = $random_name{$_}; print "value: $value\n"; };