$hash{key} = \@my_array; # the \ makes it a reference or $hash{ket} = [1, 23, 37]; #### $hash{key}->[0] = 1; $hash{key}->[1] = 23;