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