in reply to Adding multiple items to a hash

Use a hash slice:
@hash{"key1", "key2"} = ("value1", "value2");