Help for this page
%x = ( %x, bar => "def", baz => "ghi" );
@x{qw( bar baz )} = ( "def", "ghi" );
%$x = ( %$x, bar => "def", baz => "ghi" );
@$x{qw( bar baz )} = ( "def", "ghi" );