Help for this page
foo( color => 'blue', size => 'really big' );
foo ( {color => 'blue', size => 'really big'} );
my %parameters = %{+shift};