in reply to Re: Re: Dereferencing Hash of Array
in thread Dereferencing Hash of Array

Sorry, my mistake, I didn't see the double arrays. Something like this will work:
foreach (@{$no_priv_matches{$group}}) { for my $x (@$_) { print "$x "; } }