$hash{ 'foo', 'bar' } = 'baz'; #### $hash->{'sample'} = 'one'; $hash->{'sample'} = 'two'; # $hash->{'sample'} now contains ['one','two']