Sorry to raise another newbie question, Coming from a perl world, I like to write something like %hash = qw( foo led bar tender ) and have a hash initialized to {foo => led, bar => tender} Is anything like this possible in Ruby? Renald