Help for this page
for my $eth (@eths) { for my $net (@nets) { $netifaces{$eth}{$net} = func($eth, $net); } }
for my $eth (@eths) { for my $net (@nets) { ... $something_else{$eth} += $net; } }