in reply to Re: Send hash of hash arguments to sub (Dumper reference my %hash = @_ )
in thread Send hash of hash arguments to sub

Other form of greediness in Perl discusses how assignment to @array and %hash is greedy, they're sinks, they eat everything
  • Comment on Re^2: Send hash of hash arguments to sub (my( @array, $empty, %others, @greedy, $assignment , $sink ) = @_; )