untested as there is no perl on my ipad...
for $uid (keys %users) { print "User $uid has "; for my $conn (@{$users{$uid}}) { my $number = @{$searches{$conn}}; print "$number searches on connection $conn\n"; } } }
In reply to Re^5: Hash Value via Data::Dumper
by hdb
in thread Hash Value via Data::Dumper
by johnrein55
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |