Help for this page
sub foo { my %some_hash = @_; }; foo( %another_hash );
sub foo { my %some_hash = @_; ... ); foo( %another_hash );