my %hash = ( 'foo' => (), 'bar' => 'baz' ); # which is the same as ... my %hash = ( 'foo', 'bar', 'baz' );