in reply to How do I pass hash in subroutine with multiple parameters

my %moduleHash= $_[0]{modHash};

That should be  ... = %{ $_[0]{modHash} };

See perlreftut for an explanation

Perl 6 projects - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.