%hash{$key} = $value; or %hash = ( $key => $value); another one: %hash = ('$key1','$value1','$key2','$value2');