Help for this page
Select Code to Download
Select
or
download this
for my $subhash (@hash{@keyset1}) { print $subhash->{$_} for @keyset2; }
Select
or
download this
print @{$_}{@keyset2} for @hash{@keyset1};