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

my( %hashgetsthemall, $two, $eleven ) = 1 .. 11;

my( $one, $two, %hashgetstherest ) = 1 .. 12;

is one way to do it if you wanted copies of the values anyway.
The list variable must come last though, and there can be only one.

Créateur des bugs mobiles - let loose once, run everywhere.
(hooked on the Perl Programming language)