in reply to Counting the elements of a hash of arrays of arrays
my $count = 0; for(@{$results{$addr}}) { $count += @{$results{$addr}{$_}} } print "$count outputs\n"; [download]
- Ant - Some of my best work - (1 2 3)