%hash = ( foo => 'bar', # note 'foo' not needed bar => 'baz', baz => 'foo', items => 3 ); print $hash{items}; # note 'items' not needed