if ($k eq "inputs"){ print "\n\nINPUTS\n"; foreach my $thisItem(@{$v}){ my %tempHash = %{$thisItem}; foreach (keys %tempHash) { print "$_ $tempHash{$_}\n"; } } }