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